summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2013-10-19 15:02:35 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2013-10-19 15:02:35 -0300
commit6d4e69b90527c1be56c50f6d8a32cf6540ef361a (patch)
treebc53f9d4c41ffbc1dfd7beeca62496c9fac55fbc /docs
parentc2b620953250360ba8cbdcb8db46791527b4abf4 (diff)
downloadarchiso32-6d4e69b90527c1be56c50f6d8a32cf6540ef361a.tar.xz
[archiso] changes for syslinux 6
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'docs')
-rw-r--r--docs/README.altbootmethods4
-rw-r--r--docs/README.bootparams4
-rw-r--r--docs/README.transfer2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/README.altbootmethods b/docs/README.altbootmethods
index 3dc8a2c..574e658 100644
--- a/docs/README.altbootmethods
+++ b/docs/README.altbootmethods
@@ -81,7 +81,7 @@ Note: All NIC firmwares should support this.
--enable-tftp \
--tftp-root=/run/archiso/bootmnt \
--dhcp-range=192.168.0.2,192.168.0.254,86400 \
- --dhcp-boot=/arch/boot/syslinux/gpxelinux.0 \
+ --dhcp-boot=/arch/boot/syslinux/lpxelinux.0 \
--dhcp-option-force=209,boot/syslinux/archiso.cfg \
--dhcp-option-force=210,/arch/
@@ -92,7 +92,7 @@ Note: Not all NIC firmware supports HTTP and DNS (if domain name is used).
# dnsmasq --port=0 \
--dhcp-range=192.168.0.2,192.168.0.254,86400 \
- --dhcp-boot=http://192.168.0.7/arch/boot/syslinux/gpxelinux.0 \
+ --dhcp-boot=http://192.168.0.7/arch/boot/syslinux/lpxelinux.0 \
--dhcp-option-force=209,boot/syslinux/archiso.cfg \
--dhcp-option-force=210,http://192.168.0.7/arch/
diff --git a/docs/README.bootparams b/docs/README.bootparams
index 8063bd1..755cc0d 100644
--- a/docs/README.bootparams
+++ b/docs/README.bootparams
@@ -68,11 +68,11 @@ INDEX
** hooks/archiso_pxe_common
* ip= This parameter is setup automatically by PXELINUX
- when option "IPAPPEND" is set to 1 or 2 in config.
+ when option "SYSAPPEND" is set to 1 or 2 in config.
ip=<client-ip>:<boot-server-ip>:<gw-ip>:<netmask>
Default: (set via PXE server)
* BOOTIF= This parameter is setup automatically by PXELINUX
- when option "IPAPPEND" is set to 2 or 3 in config.
+ when option "SYSAPPEND" is set to 2 or 3 in config.
BOOTIF=<hardware-address-of-boot-interface>
Default: (set via PXELINUX)
* copy_resolvconf= Copy /etc/resolv.conf from initramfs to live-enviroment.
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):