diff options
| author | nl6720 <nl6720@gmail.com> | 2020-07-30 18:22:44 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2020-07-30 18:31:25 +0300 |
| commit | d52d36363e738d562f6dee90616504ec9541e9cd (patch) | |
| tree | 4e3efd4adafbf52883b9c425809e7851ce3e1bb5 /configs/releng/build.sh | |
| parent | 0ada52d47f4bb98e8843663e8e2fa05dd52f58f4 (diff) | |
| download | archiso-d52d36363e738d562f6dee90616504ec9541e9cd.tar.gz archiso-d52d36363e738d562f6dee90616504ec9541e9cd.tar.bz2 | |
releng: copy UEFI shell from airootfs instead of the host system
Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/35 .
Diffstat (limited to 'configs/releng/build.sh')
| -rwxr-xr-x | configs/releng/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 7f0eb67..709bd46 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -204,7 +204,7 @@ make_efi() { # edk2-shell based UEFI shell # shellx64.efi is picked up automatically when on / - cp /usr/share/edk2-shell/x64/Shell_Full.efi "${work_dir}/iso/shellx64.efi" + cp "${work_dir}/x86_64/airootfs/usr/share/edk2-shell/x64/Shell_Full.efi" "${work_dir}/iso/shellx64.efi" } # Prepare efiboot.img::/EFI for "El Torito" EFI boot mode |
