summaryrefslogtreecommitdiff
path: root/configs/lxde-openrc/efiboot/EFI/BOOT/entries/03-parabolaiso-x86_64-ram-linux-libre.conf
blob: 907169d066b0466a8d48dd3859a5a708d3b251ec (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, Copy to RAM)" {
    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% copytoram"
}