summaryrefslogtreecommitdiff
path: root/configs/releng-openrc/syslinux/parabolaiso_sys32-linux-libre.cfg
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-08-14 19:59:43 -0400
committerDavid P <megver83@parabola.nu>2021-08-14 20:02:12 -0400
commit3cb2f96bb185feb0804ee2920b7331f21d35e97e (patch)
tree5dbfbf5dc5ee71f763c72ea42b4bf4d4f2de44d6 /configs/releng-openrc/syslinux/parabolaiso_sys32-linux-libre.cfg
parent845a476957a00953445e2c7bbc1914e6700721c3 (diff)
move non-archiso configs to parabolaiso-configs.git
other changes: * mkparabolaiso: set image_name_$arch variables at the beginning of _build_buildmode_bootstrap() Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/releng-openrc/syslinux/parabolaiso_sys32-linux-libre.cfg')
-rw-r--r--configs/releng-openrc/syslinux/parabolaiso_sys32-linux-libre.cfg33
1 files changed, 0 insertions, 33 deletions
diff --git a/configs/releng-openrc/syslinux/parabolaiso_sys32-linux-libre.cfg b/configs/releng-openrc/syslinux/parabolaiso_sys32-linux-libre.cfg
deleted file mode 100644
index 4f0acb1..0000000
--- a/configs/releng-openrc/syslinux/parabolaiso_sys32-linux-libre.cfg
+++ /dev/null
@@ -1,33 +0,0 @@
-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% parabolaisolabel=%PARABOLAISO_LABEL%
-
-# 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% parabolaisolabel=%PARABOLAISO_LABEL% 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% parabolaisolabel=%PARABOLAISO_LABEL% copytoram