summaryrefslogtreecommitdiff
path: root/configs/profile-openrc/build.sh
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/build.sh
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/build.sh')
-rwxr-xr-xconfigs/profile-openrc/build.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/configs/profile-openrc/build.sh b/configs/profile-openrc/build.sh
index f183569..2663376 100755
--- a/configs/profile-openrc/build.sh
+++ b/configs/profile-openrc/build.sh
@@ -175,8 +175,7 @@ make_efi() {
mkdir -p ${work_dir}/iso/EFI/boot/entries
cp ${script_path}/efiboot/EFI/boot/refind.conf ${work_dir}/iso/EFI/boot/
- cp ${script_path}/efiboot/EFI/boot/entries/uefi-shell-v2-x86_64.conf ${work_dir}/iso/EFI/boot/entries/
- cp ${script_path}/efiboot/EFI/boot/entries/uefi-shell-v1-x86_64.conf ${work_dir}/iso/EFI/boot/entries/
+ cp ${script_path}/efiboot/EFI/boot/entries/uefi-shell-x86_64.conf ${work_dir}/iso/EFI/boot/entries/
sed "s|%PARABOLAISO_LABEL%|${iso_label}|g;
s|%INSTALL_DIR%|${install_dir}|g" \
@@ -218,8 +217,7 @@ make_efiboot() {
mkdir -p ${work_dir}/efiboot/EFI/boot/entries
cp ${script_path}/efiboot/EFI/boot/refind.conf ${work_dir}/efiboot/EFI/boot/
- cp ${script_path}/efiboot/EFI/boot/entries/uefi-shell-v2-x86_64.conf ${work_dir}/efiboot/EFI/boot/entries/
- cp ${script_path}/efiboot/EFI/boot/entries/uefi-shell-v1-x86_64.conf ${work_dir}/efiboot/EFI/boot/entries/
+ cp ${script_path}/efiboot/EFI/boot/entries/uefi-shell-x86_64.conf ${work_dir}/efiboot/EFI/boot/entries/
sed "s|%PARABOLAISO_LABEL%|${iso_label}|g;
s|%INSTALL_DIR%|${install_dir}|g" \