[archiso] Update REAME (ISO -> USB [PC-EFI])
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
96306f2873
commit
820f80b7a2
10
README
10
README
@ -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>
|
||||
|
||||
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.
|
||||
# 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.
|
||||
5) Unmount target filesystem.
|
||||
# umount <MNT-TARGET-N>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user