summaryrefslogtreecommitdiff
path: root/configs/profile/syslinux/parabolaiso_pxe32.cfg
diff options
context:
space:
mode:
authorDrtan Samos <lashdu@drtan.twilightparadox.com>2013-12-27 21:35:30 +0100
committerThe Mighty Gravi <themightygravi@inventati.org>2014-10-08 13:37:23 +0000
commitb9117b2a8cb3b15e056b15ac431a6082f8729048 (patch)
tree8563c02b403fced82bd5ce21f9e189db957b7cbf /configs/profile/syslinux/parabolaiso_pxe32.cfg
parent242e28baba897dfe2979c1524627ead4282fb1b2 (diff)
The latest version of syslinux.
Diffstat (limited to 'configs/profile/syslinux/parabolaiso_pxe32.cfg')
-rw-r--r--configs/profile/syslinux/parabolaiso_pxe32.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/profile/syslinux/parabolaiso_pxe32.cfg b/configs/profile/syslinux/parabolaiso_pxe32.cfg
index 60bc713..9df86b7 100644
--- a/configs/profile/syslinux/parabolaiso_pxe32.cfg
+++ b/configs/profile/syslinux/parabolaiso_pxe32.cfg
@@ -7,7 +7,7 @@ MENU LABEL Boot Parabola GNU/Linux-libre (i686) (NBD)
LINUX boot/i686/vmlinuz
INITRD boot/i686/parabolaiso.img
APPEND parabolaisobasedir=%INSTALL_DIR% parabolaisolabel=%PARABOLAISO_LABEL% parabolaiso_nbd_srv=${pxeserver}
-IPAPPEND 3
+SYSAPPEND 3
LABEL parabola32_nfs
TEXT HELP
@@ -18,7 +18,7 @@ MENU LABEL Boot Parabola GNU/Linux-libre (i686) (NFS)
LINUX boot/i686/vmlinuz
INITRD boot/i686/parabolaiso.img
APPEND parabolaisobasedir=%INSTALL_DIR% parabolaiso_nfs_srv=${pxeserver}:/run/parabolaiso/bootmnt
-IPAPPEND 3
+SYSAPPEND 3
LABEL parabola32_http
TEXT HELP
@@ -29,4 +29,4 @@ MENU LABEL Boot Parabola GNU/Linux-libre (i686) (HTTP)
LINUX boot/i686/vmlinuz
INITRD boot/i686/parabolaiso.img
APPEND parabolaisobasedir=%INSTALL_DIR% parabolaiso_http_srv=http://${pxeserver}/
-IPAPPEND 3
+SYSAPPEND 3