summaryrefslogtreecommitdiff
path: root/configs/talkingparabola/syslinux/parabolaiso_pxe32-linux-libre.cfg
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-09-28 14:39:20 -0300
committerDavid P <megver83@parabola.nu>2020-09-28 14:49:39 -0300
commitf3e077a21cf87e3acbc692081a59f422f9d3ca9e (patch)
treec1e6c4757b32f2416b968ce64c9a291cc1d9212e /configs/talkingparabola/syslinux/parabolaiso_pxe32-linux-libre.cfg
parentacd25c913bface483531140e363923f49c5fef8d (diff)
sync with archiso
Imported changes: f34c957 (HEAD -> master, origin/master, origin/HEAD) Calculate required efiboot.img size instead of hardcoding it 8c04704 Split SYSLINUX configuration into per-kernel configuration files 8276616 archiso/mkarchiso: do not hardcode the kernel and initramfs file names 83e4cb9 Use the same file paths in both ISO 9660 and FAT 136152e Do not rename the initramfs image Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/talkingparabola/syslinux/parabolaiso_pxe32-linux-libre.cfg')
-rw-r--r--configs/talkingparabola/syslinux/parabolaiso_pxe32-linux-libre.cfg35
1 files changed, 35 insertions, 0 deletions
diff --git a/configs/talkingparabola/syslinux/parabolaiso_pxe32-linux-libre.cfg b/configs/talkingparabola/syslinux/parabolaiso_pxe32-linux-libre.cfg
new file mode 100644
index 0000000..2cc63f1
--- /dev/null
+++ b/configs/talkingparabola/syslinux/parabolaiso_pxe32-linux-libre.cfg
@@ -0,0 +1,35 @@
+#
+# 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-libre
+INITRD boot/i686/initramfs-linux-libre.img
+APPEND parabolaisobasedir=%INSTALL_DIR% parabolaisolabel=%PARABOLAISO_LABEL% parabolaiso_nbd_srv=${pxeserver} checksum verify
+SYSAPPEND 3
+
+LABEL parabola32_nfs
+TEXT HELP
+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-libre
+INITRD boot/i686/initramfs-linux-libre.img
+APPEND parabolaisobasedir=%INSTALL_DIR% parabolaiso_nfs_srv=${pxeserver}:/run/parabolaiso/bootmnt checksum verify
+SYSAPPEND 3
+
+LABEL parabola32_http
+TEXT HELP
+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-libre
+INITRD boot/i686/initramfs-linux-libre.img
+APPEND parabolaisobasedir=%INSTALL_DIR% parabolaiso_http_srv=http://${pxeserver}/ checksum verify
+SYSAPPEND 3