From a09ac8ebf2ecc46818f819a663981510571a2f27 Mon Sep 17 00:00:00 2001 From: David P Date: Fri, 8 Mar 2019 22:03:11 -0300 Subject: [openrc isos] use refind-efi as UEFI Boot Manager The standard systemd ISOs use systemd-boot as its UEFI Boot Manager, however, we don't want that in an OpenRC ISO. rEFInd is the perfect replacement for this, the (not-yet launched) resulting ISOs boot in the basic text of this boot manager. Tested with QEMU using Tianocore's OVMF (without Secure Boot). Note that the refind.conf file includes files under entry/, which is not sctrictly necessary since it can be merged everything into that file, however, I preferred to maintain the systemd-boot filenames (although in the future this might change) Signed-off-by: David P --- .../efiboot/EFI/boot/entries/parabolaiso-x86_64-cd.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 configs/profile-openrc/efiboot/EFI/boot/entries/parabolaiso-x86_64-cd.conf (limited to 'configs/profile-openrc/efiboot/EFI/boot/entries/parabolaiso-x86_64-cd.conf') diff --git a/configs/profile-openrc/efiboot/EFI/boot/entries/parabolaiso-x86_64-cd.conf b/configs/profile-openrc/efiboot/EFI/boot/entries/parabolaiso-x86_64-cd.conf new file mode 100644 index 0000000..912a8a7 --- /dev/null +++ b/configs/profile-openrc/efiboot/EFI/boot/entries/parabolaiso-x86_64-cd.conf @@ -0,0 +1,6 @@ +menuentry "Parabola GNU/Linux-libre parabolaiso x86_64 UEFI CD" { + volume %PARABOLAISO_LABEL% + loader /EFI/parabolaiso/vmlinuz.efi + initrd /EFI/parabolaiso/parabolaiso.img + options "parabolaisobasedir=%INSTALL_DIR% parabolaisolabel=%PARABOLAISO_LABEL%" +} -- cgit v1.2.2