Skip to content

Commit 554e21a

Browse files
committed
[fix] : copy UEFI shell from airootfs instead of the host system
1 parent f9b94d2 commit 554e21a

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ make_efi() {
10521052

10531053
# edk2-shell based UEFI shell
10541054
# shellx64.efi is picked up automatically when on /
1055-
cp "/usr/share/edk2-shell/x64/Shell_Full.efi" "${work_dir}/iso/shellx64.efi"
1055+
cp "${work_dir}/x86_64/airootfs/usr/share/edk2-shell/x64/Shell_Full.efi" "${work_dir}/iso/shellx64.efi"
10561056
}
10571057

10581058
# Prepare efiboot.img::/EFI for "El Torito" EFI boot mode

channels/share/packages.i686/base.i686

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ amd-ucode
1616
mkinitcpio-nfs-utils
1717
nbd
1818

19+
edk2-shell

channels/share/packages.x86_64/base.x86_64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ amd-ucode
1616
mkinitcpio-nfs-utils
1717
nbd
1818

19+
edk2-shell

default.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ dependence=(
197197
"arch-install-scripts"
198198
"curl"
199199
"dosfstools"
200-
"edk2-shell"
201200
"git"
202201
"libburn"
203202
"libisofs"

wizard.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ dependence=(
2525
"arch-install-scripts"
2626
"curl"
2727
"dosfstools"
28-
"edk2-shell"
2928
"git"
3029
"libburn"
3130
"libisofs"

0 commit comments

Comments
 (0)