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 --- configs/releng/syslinux/archiso_pxe32.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/releng/syslinux/archiso_pxe32.cfg') diff --git a/configs/releng/syslinux/archiso_pxe32.cfg b/configs/releng/syslinux/archiso_pxe32.cfg index 383094a..14f4aa3 100644 --- a/configs/releng/syslinux/archiso_pxe32.cfg +++ b/configs/releng/syslinux/archiso_pxe32.cfg @@ -7,7 +7,7 @@ MENU LABEL Boot Arch Linux (i686) (NBD) LINUX boot/i686/vmlinuz INITRD boot/i686/archiso.img APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} -IPAPPEND 3 +SYSAPPEND 3 LABEL arch32_nfs TEXT HELP @@ -18,7 +18,7 @@ MENU LABEL Boot Arch Linux (i686) (NFS) LINUX boot/i686/vmlinuz INITRD boot/i686/archiso.img APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt -IPAPPEND 3 +SYSAPPEND 3 LABEL arch32_http TEXT HELP @@ -29,4 +29,4 @@ MENU LABEL Boot Arch Linux (i686) (HTTP) LINUX boot/i686/vmlinuz INITRD boot/i686/archiso.img APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ -IPAPPEND 3 +SYSAPPEND 3 -- cgit v1.2.3-54-g00ecf