summaryrefslogtreecommitdiff
path: root/configs/releng-openrc/syslinux/parabolaiso_pxe32.cfg
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-08-01 17:22:09 -0400
committerDavid P <megver83@parabola.nu>2020-08-01 17:25:40 -0400
commit7d72e95b7e2d8fd08ac5791e6be4a3c9578885b7 (patch)
tree36f85c1ce6c6c4a0b8e76099ff53f75bdc368213 /configs/releng-openrc/syslinux/parabolaiso_pxe32.cfg
parent1de1ff1a297fc9cef517be263be4f873a1d01d65 (diff)
sync releng-openrc with releng
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/releng-openrc/syslinux/parabolaiso_pxe32.cfg')
-rw-r--r--configs/releng-openrc/syslinux/parabolaiso_pxe32.cfg9
1 files changed, 6 insertions, 3 deletions
diff --git a/configs/releng-openrc/syslinux/parabolaiso_pxe32.cfg b/configs/releng-openrc/syslinux/parabolaiso_pxe32.cfg
index 9df86b7..4e88b06 100644
--- a/configs/releng-openrc/syslinux/parabolaiso_pxe32.cfg
+++ b/configs/releng-openrc/syslinux/parabolaiso_pxe32.cfg
@@ -1,10 +1,13 @@
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+
LABEL parabola32_nbd
TEXT HELP
Boot the Parabola GNU/Linux-libre (i686) live medium (Using NBD).
It allows you to install Parabola GNU/Linux-libre or perform system maintenance.
ENDTEXT
MENU LABEL Boot Parabola GNU/Linux-libre (i686) (NBD)
-LINUX boot/i686/vmlinuz
+LINUX boot/i686/vmlinuz-linux-libre
INITRD boot/i686/parabolaiso.img
APPEND parabolaisobasedir=%INSTALL_DIR% parabolaisolabel=%PARABOLAISO_LABEL% parabolaiso_nbd_srv=${pxeserver}
SYSAPPEND 3
@@ -15,7 +18,7 @@ Boot the Parabola GNU/Linux-libre (i686) live medium (Using NFS).
It allows you to install Parabola GNU/Linux-libre or perform system maintenance.
ENDTEXT
MENU LABEL Boot Parabola GNU/Linux-libre (i686) (NFS)
-LINUX boot/i686/vmlinuz
+LINUX boot/i686/vmlinuz-linux-libre
INITRD boot/i686/parabolaiso.img
APPEND parabolaisobasedir=%INSTALL_DIR% parabolaiso_nfs_srv=${pxeserver}:/run/parabolaiso/bootmnt
SYSAPPEND 3
@@ -26,7 +29,7 @@ Boot the Parabola GNU/Linux-libre (i686) live medium (Using HTTP).
It allows you to install Parabola GNU/Linux-libre or perform system maintenance.
ENDTEXT
MENU LABEL Boot Parabola GNU/Linux-libre (i686) (HTTP)
-LINUX boot/i686/vmlinuz
+LINUX boot/i686/vmlinuz-linux-libre
INITRD boot/i686/parabolaiso.img
APPEND parabolaisobasedir=%INSTALL_DIR% parabolaiso_http_srv=http://${pxeserver}/
SYSAPPEND 3