summaryrefslogtreecommitdiff
path: root/configs/lxde-openrc/efiboot/EFI/BOOT/entries/parabolaiso-x86_64-speech-linux-libre.conf
blob: 62167e7cd6ce29a83c6863793e77f547bc2c4899 (plain)
1
2
3
4
5
6
7
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"
}