summaryrefslogtreecommitdiff
path: root/configs/lxde-openrc/efiboot
AgeCommit message (Collapse)Author
2020-09-28sync with archisoDavid P
Imported changes: f34c957 (HEAD -> master, origin/master, origin/HEAD) Calculate required efiboot.img size instead of hardcoding it 8c04704 Split SYSLINUX configuration into per-kernel configuration files 8276616 archiso/mkarchiso: do not hardcode the kernel and initramfs file names 83e4cb9 Use the same file paths in both ISO 9660 and FAT 136152e Do not rename the initramfs image Signed-off-by: David P <megver83@parabola.nu>
2020-09-07[openrc] refind: add showtools optionDavid P
in this way users are not prompted to useless menus and utilities we don't need Signed-off-by: David P <megver83@parabola.nu>
2020-08-31sync refind entries with systemd-boot onesDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-31add SPDX identifiers in refind filesDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-25[openrc] rename efiboot directory: EFI/boot -> EFI/BOOTDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-03[openrc] refind: rename vmlinuz.efi to vmlinuz-linux-librev46.1David P
I forgot to import this from releng's systemd-boot Signed-off-by: David P <megver83@parabola.nu>
2020-07-15remove uefi-shell includes from refind.confDavid P
Signed-off-by: David P <megver83@parabola.nu>
2020-07-15[lxde-openrc] update according to releng-openrcDavid P
Signed-off-by: David P <megver83@parabola.nu>
2019-03-10refind.conf: add replace dont_scan_dirs with scanforDavid P
To avoid showing other bootloaders present on the machine, which is not something that we want. We only need Parabola and UEFI Shell. And do not copy refind's drivers to the ISO, I just tested it without them and it works for what we want, so they were useless. Signed-off-by: David P <megver83@parabola.nu>
2019-03-09[openrc-isos] Merge uefi-shell-v1-x86_64.conf and uefi-shell-v2-x86_64.conf ↵David P
into a single file Signed-off-by: David P <megver83@parabola.nu>
2019-03-08[openrc isos] use refind-efi as UEFI Boot ManagerDavid P
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>
2017-11-06Add configs/lxde-openrcDavid P
Remove configs/mate and configs/mate-openrc