summaryrefslogtreecommitdiff
path: root/configs/releng/syslinux/parabolaiso_sys32-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/releng/syslinux/parabolaiso_sys32-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/releng/syslinux/parabolaiso_sys32-linux-libre.cfg')
-rw-r--r--configs/releng/syslinux/parabolaiso_sys32-linux-libre.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/releng/syslinux/parabolaiso_sys32-linux-libre.cfg b/configs/releng/syslinux/parabolaiso_sys32-linux-libre.cfg
new file mode 100644
index 0000000..80fcca0
--- /dev/null
+++ b/configs/releng/syslinux/parabolaiso_sys32-linux-libre.cfg
@@ -0,0 +1,14 @@
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+TIMEOUT 30
+
+LABEL parabola32
+TEXT HELP
+Boot the Parabola GNU/Linux-libre (i686) live medium.
+It allows you to install Parabola GNU/Linux-libre or perform system maintenance.
+ENDTEXT
+MENU LABEL Boot Parabola GNU/Linux-libre (i686)
+LINUX boot/i686/vmlinuz-linux-libre
+INITRD boot/i686/initramfs-linux-libre.img
+APPEND parabolaisobasedir=%INSTALL_DIR% parabolaisolabel=%PARABOLAISO_LABEL%