summaryrefslogtreecommitdiff
path: root/configs/profile-openrc/efiboot/EFI/boot/entries/parabolaiso-x86_64-cd.conf
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2019-03-08 22:03:11 -0300
committerDavid P <megver83@parabola.nu>2019-03-08 22:13:23 -0300
commita09ac8ebf2ecc46818f819a663981510571a2f27 (patch)
tree9600ed51f0b54f0df0b66d87639bb013281464f4 /configs/profile-openrc/efiboot/EFI/boot/entries/parabolaiso-x86_64-cd.conf
parent4a658bb5d453d5601e92658c7b2f2a89d72bab8d (diff)
[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 <megver83@parabola.nu>
Diffstat (limited to 'configs/profile-openrc/efiboot/EFI/boot/entries/parabolaiso-x86_64-cd.conf')
-rw-r--r--configs/profile-openrc/efiboot/EFI/boot/entries/parabolaiso-x86_64-cd.conf6
1 files changed, 6 insertions, 0 deletions
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%"
+}