diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-10-19 15:02:35 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-10-19 15:02:35 -0300 |
commit | 6d4e69b90527c1be56c50f6d8a32cf6540ef361a (patch) | |
tree | bc53f9d4c41ffbc1dfd7beeca62496c9fac55fbc /docs/README.transfer | |
parent | c2b620953250360ba8cbdcb8db46791527b4abf4 (diff) | |
download | archiso32-6d4e69b90527c1be56c50f6d8a32cf6540ef361a.tar.xz |
[archiso] changes for syslinux 6
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'docs/README.transfer')
-rw-r--r-- | docs/README.transfer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.transfer b/docs/README.transfer index c2883ad..ade083a 100644 --- a/docs/README.transfer +++ b/docs/README.transfer @@ -89,7 +89,7 @@ Note: COW is not supported on NTFS. # umount <MNT-TARGET-N> 7) Install syslinux MBR boot code on target drive. -# dd bs=440 count=1 conv=notrunc if=/usr/lib/syslinux/mbr.bin of=<DEV-TARGET> +# dd bs=440 count=1 conv=notrunc if=/usr/lib/syslinux/bios/mbr.bin of=<DEV-TARGET> * PC-BIOS (ISOHYBRID-MBR): |