summaryrefslogtreecommitdiff
path: root/configs/profile-openrc/efiboot/EFI
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2019-03-09 15:01:47 -0300
committerDavid P <megver83@parabola.nu>2019-03-09 15:04:16 -0300
commita661b478127575459eb6182586790c146fd863d1 (patch)
treee9136a3289a69b13725111411843bab89ca96727 /configs/profile-openrc/efiboot/EFI
parenta09ac8ebf2ecc46818f819a663981510571a2f27 (diff)
[openrc-isos] Merge uefi-shell-v1-x86_64.conf and uefi-shell-v2-x86_64.conf into a single file
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/profile-openrc/efiboot/EFI')
-rw-r--r--configs/profile-openrc/efiboot/EFI/boot/entries/uefi-shell-v2-x86_64.conf3
-rw-r--r--configs/profile-openrc/efiboot/EFI/boot/entries/uefi-shell-x86_64.conf (renamed from configs/profile-openrc/efiboot/EFI/boot/entries/uefi-shell-v1-x86_64.conf)3
-rw-r--r--configs/profile-openrc/efiboot/EFI/boot/refind.conf3
3 files changed, 4 insertions, 5 deletions
diff --git a/configs/profile-openrc/efiboot/EFI/boot/entries/uefi-shell-v2-x86_64.conf b/configs/profile-openrc/efiboot/EFI/boot/entries/uefi-shell-v2-x86_64.conf
deleted file mode 100644
index a83bd8b..0000000
--- a/configs/profile-openrc/efiboot/EFI/boot/entries/uefi-shell-v2-x86_64.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-menuentry "UEFI Shell x86_64 v2" {
- loader /EFI/shellx64_v2.efi
-}
diff --git a/configs/profile-openrc/efiboot/EFI/boot/entries/uefi-shell-v1-x86_64.conf b/configs/profile-openrc/efiboot/EFI/boot/entries/uefi-shell-x86_64.conf
index c36229f..19e2164 100644
--- a/configs/profile-openrc/efiboot/EFI/boot/entries/uefi-shell-v1-x86_64.conf
+++ b/configs/profile-openrc/efiboot/EFI/boot/entries/uefi-shell-x86_64.conf
@@ -1,3 +1,6 @@
menuentry "UEFI Shell x86_64 v1" {
loader /EFI/shellx64_v1.efi
}
+menuentry "UEFI Shell x86_64 v2" {
+ loader /EFI/shellx64_v2.efi
+}
diff --git a/configs/profile-openrc/efiboot/EFI/boot/refind.conf b/configs/profile-openrc/efiboot/EFI/boot/refind.conf
index a99734b..6dba60c 100644
--- a/configs/profile-openrc/efiboot/EFI/boot/refind.conf
+++ b/configs/profile-openrc/efiboot/EFI/boot/refind.conf
@@ -3,7 +3,6 @@ textonly
dont_scan_dirs /EFI/parabolaiso
include entries/parabolaiso-x86_64.conf
-include entries/uefi-shell-v1-x86_64.conf
-include entries/uefi-shell-v2-x86_64.conf
+include entries/uefi-shell-x86_64.conf
default_selection "Parabola GNU/Linux-libre"