summaryrefslogtreecommitdiff
path: root/configs/releng-openrc/efiboot
diff options
context:
space:
mode:
Diffstat (limited to 'configs/releng-openrc/efiboot')
-rw-r--r--configs/releng-openrc/efiboot/EFI/BOOT/entries/parabolaiso-x86_64-speech-linux-libre.conf8
-rw-r--r--configs/releng-openrc/efiboot/EFI/BOOT/refind.conf3
2 files changed, 10 insertions, 1 deletions
diff --git a/configs/releng-openrc/efiboot/EFI/BOOT/entries/parabolaiso-x86_64-speech-linux-libre.conf b/configs/releng-openrc/efiboot/EFI/BOOT/entries/parabolaiso-x86_64-speech-linux-libre.conf
new file mode 100644
index 0000000..62167e7
--- /dev/null
+++ b/configs/releng-openrc/efiboot/EFI/BOOT/entries/parabolaiso-x86_64-speech-linux-libre.conf
@@ -0,0 +1,8 @@
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+menuentry "Parabola GNU/Linux-libre install medium (x86_64, UEFI) with speech" {
+ loader /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-libre
+ initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-libre.img
+ options "parabolaisobasedir=%INSTALL_DIR% parabolaisolabel=%PARABOLAISO_LABEL% accessibility=on"
+}
diff --git a/configs/releng-openrc/efiboot/EFI/BOOT/refind.conf b/configs/releng-openrc/efiboot/EFI/BOOT/refind.conf
index 1380e2f..075bf3f 100644
--- a/configs/releng-openrc/efiboot/EFI/BOOT/refind.conf
+++ b/configs/releng-openrc/efiboot/EFI/BOOT/refind.conf
@@ -4,6 +4,7 @@
scanfor manual
showtools shell firmware reboot shutdown
-timeout 3
+timeout 15
include entries/parabolaiso-x86_64-linux-libre.conf
+include entries/parabolaiso-x86_64-speech-linux-libre.conf
default_selection entries/parabolaiso-x86_64-linux-libre.conf