[archiso] Update for mkinitcpio >= 0.7

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2011-06-27 19:16:29 -03:00
parent 3101e8d904
commit 8fa4f8dedf
8 changed files with 41 additions and 26 deletions

4
README
View file

@ -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.