diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-09-26 19:24:20 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-09-26 19:24:20 -0300 |
commit | f4eaf1f91ec680d7ac4bc09b6e2f52b22990e89a (patch) | |
tree | baaf7f42444a91b7e4a4ee671be8f9c91a485496 /README | |
parent | fb6e6b80b9c80783cae3cb46d10c4d9c0618f8a4 (diff) | |
download | archiso32-f4eaf1f91ec680d7ac4bc09b6e2f52b22990e89a.tar.xz |
[archiso] Update README
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,7 +213,7 @@ Note: Using here a MBR partition mode as example, but GPT should also works # mount <DEV-TARGET-N> <MNT-TARGET-N> 4) Extract ISO image on target filesystem. -# bsdtar -x --exclude=isolinux/ --exclude=EFI/ -f <ISO-SOURCE> -C <MNT-TARGET-N> +# bsdtar -x --exclude=isolinux/ --exclude=EFI/ --exclude=loader/ -f <ISO-SOURCE> -C <MNT-TARGET-N> 5) Install syslinux bootloader on target filesystem. (See know issue (2) if using FAT) # extlinux -i <MNT-TARGET-N>/arch/boot/syslinux |