[archiso] Update REAME (ISO -> USB [PC-EFI])

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2012-09-16 14:00:19 -03:00
parent 96306f2873
commit 820f80b7a2

10
README
View File

@ -251,15 +251,9 @@ Note: Using here a GPT partition mode as example, but MBR should also works
# mount <DEV-TARGET-N> <MNT-TARGET-N> # mount <DEV-TARGET-N> <MNT-TARGET-N>
4) Extract ISO image on target filesystem. 4) Extract ISO image on target filesystem.
# bsdtar -x --exclude=isolinux/ --exclude=arch/boot/syslinux/ -f <ISO-SOURCE> -C <MNT-TARGET-N> # bsdtar -x --exclude=isolinux/ --exclude=EFI/archiso/ --exclude=arch/boot/syslinux/ -f <ISO-SOURCE> -C <MNT-TARGET-N>
5) Extract efiboot.img on EFI/ on target filesystem. 5) Unmount target filesystem.
# mcopy -s -i <MNT-TARGET-N>/EFI/archiso/efiboot.img ::/EFI <MNT-TARGET-N>/
6) Remove uneeded efiboot.img
# rm <MNT-TARGET-N>/EFI/archiso/efiboot.img
7) Unmount target filesystem.
# umount <MNT-TARGET-N> # umount <MNT-TARGET-N>