summaryrefslogtreecommitdiff
path: root/configs/releng/syslinux/parabolaiso_sys32-linux-libre.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'configs/releng/syslinux/parabolaiso_sys32-linux-libre.cfg')
-rw-r--r--configs/releng/syslinux/parabolaiso_sys32-linux-libre.cfg33
1 files changed, 33 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..d15cac6
--- /dev/null
+++ b/configs/releng/syslinux/parabolaiso_sys32-linux-libre.cfg
@@ -0,0 +1,33 @@
+TIMEOUT 150
+
+LABEL parabola32
+TEXT HELP
+Boot the Parabola GNU/Linux-libre install medium on BIOS.
+It allows you to install Parabola GNU/Linux-libre or perform system maintenance.
+ENDTEXT
+MENU LABEL Parabola GNU/Linux-libre install medium (i686, BIOS)
+LINUX /%INSTALL_DIR%/boot/i686/vmlinuz-linux-libre
+INITRD /%INSTALL_DIR%/boot/i686/initramfs-linux-libre.img
+APPEND parabolaisobasedir=%INSTALL_DIR% parabolaisodevice=UUID=%PARABOLAISO_UUID%
+
+# Accessibility boot option
+LABEL parabola32speech
+TEXT HELP
+Boot the Parabola GNU/Linux-libre install medium on BIOS with speakup screen reader.
+It allows you to install Parabola GNU/Linux-libre or perform system maintenance with speech feedback.
+ENDTEXT
+MENU LABEL Parabola GNU/Linux-libre install medium (i686, BIOS) with ^speech
+LINUX /%INSTALL_DIR%/boot/i686/vmlinuz-linux-libre
+INITRD /%INSTALL_DIR%/boot/i686/initramfs-linux-libre.img
+APPEND parabolaisobasedir=%INSTALL_DIR% parabolaisodevice=UUID=%PARABOLAISO_UUID% accessibility=on
+
+# Copy to RAM boot option
+LABEL parabola32ram
+TEXT HELP
+Boot the Parabola GNU/Linux-libre install medium on BIOS with Copy-to-RAM option
+It allows you to install Parabola GNU/Linux-libre or perform system maintenance.
+ENDTEXT
+MENU LABEL Parabola GNU/Linux-libre install medium (i686, BIOS, Copy to RAM)
+LINUX /%INSTALL_DIR%/boot/i686/vmlinuz-linux-libre
+INITRD /%INSTALL_DIR%/boot/i686/initramfs-linux-libre.img
+APPEND parabolaisobasedir=%INSTALL_DIR% parabolaisodevice=UUID=%PARABOLAISO_UUID% copytoram