From 6d4e69b90527c1be56c50f6d8a32cf6540ef361a Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sat, 19 Oct 2013 15:02:35 -0300 Subject: [archiso] changes for syslinux 6 Signed-off-by: Gerardo Exequiel Pozzi --- docs/README.altbootmethods | 4 ++-- docs/README.bootparams | 4 ++-- docs/README.transfer | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') 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=::: 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= 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 7) Install syslinux MBR boot code on target drive. -# dd bs=440 count=1 conv=notrunc if=/usr/lib/syslinux/mbr.bin of= +# dd bs=440 count=1 conv=notrunc if=/usr/lib/syslinux/bios/mbr.bin of= * PC-BIOS (ISOHYBRID-MBR): -- cgit v1.2.3-54-g00ecf