summaryrefslogtreecommitdiff
path: root/configs/releng-openrc/efiboot/EFI/BOOT/entries
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-02-21 20:33:40 -0300
committerDavid P <megver83@parabola.nu>2021-02-21 20:33:40 -0300
commit37a60cf8e28620c3a3bdbc980943db2e44ceddf2 (patch)
tree2a67fb1dca30cee247ff2aa9e27603e6dbd1818e /configs/releng-openrc/efiboot/EFI/BOOT/entries
parentc43fdf45deede54a60cb3ba9ecc8d94ee4943069 (diff)
add braille support on OpenRC profiles
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/releng-openrc/efiboot/EFI/BOOT/entries')
-rw-r--r--configs/releng-openrc/efiboot/EFI/BOOT/entries/parabolaiso-x86_64-speech-linux-libre.conf8
1 files changed, 8 insertions, 0 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"
+}