index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-09-16 14:00:19 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-09-16 14:00:19 -0300 |
commit | 820f80b7a26497704d856fe502e101661ff7311d (patch) | |
tree | 9d5001aa8893781150fcaa23b61164688287ecfb /README | |
parent | 96306f2873ca1d98061cf4df9370e7abcd15fd92 (diff) |
-rw-r--r-- | README | 10 |
@@ -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> |