index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-06-27 19:16:29 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-07-09 15:14:49 -0300 |
commit | 8fa4f8dedf725ba629164b0a3092ed784cbe821f (patch) | |
tree | f079a5c6ef55ff97fe59e3e0412c632fc3b80190 /README | |
parent | 3101e8d904025ba60f81814003b7e3e069109a80 (diff) |
-rw-r--r-- | README | 4 |
@@ -185,7 +185,7 @@ Note: These steps should be done with 64 bits support. [host64] # linux32 mkarchroot /tmp/chroot32 base [host64] # linux32 mkarchroot -r bash /tmp/chroot32 [chroot32] # echo 'Server = MIRROR/archlinux/$repo/os/$arch' >> /etc/pacman.d/mirrorlist - [chroot32] # pacman -S devtools squashfs-tools syslinux cdrkit mkinitcpio-nfs-utils nbd + [chroot32] # pacman -S devtools squashfs-tools syslinux cdrkit [chroot32] # exit * Prepare a 64 bits chroot enviroment. @@ -193,7 +193,7 @@ Note: These steps should be done with 64 bits support. [host64] # mkarchroot /tmp/chroot64 base [host64] # mkarchroot -r bash /tmp/chroot64 [chroot64] # echo 'Server = MIRROR/archlinux/$repo/os/$arch' >> /etc/pacman.d/mirrorlist - [chroot64] # pacman -S devtools squashfs-tools syslinux cdrkit mkinitcpio-nfs-utils nbd + [chroot64] # pacman -S devtools squashfs-tools syslinux cdrkit [chroot64] # exit * Install archiso on both chroots. |