index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | configs/releng/build.sh | 2 | ||||
-rw-r--r-- | configs/releng/packages.x86_64 | 1 |
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 diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64 index f5e7e9f..47dc64c 100644 --- a/configs/releng/packages.x86_64 +++ b/configs/releng/packages.x86_64 @@ -17,6 +17,7 @@ diffutils dmraid dnsmasq dosfstools +edk2-shell efibootmgr ethtool exfat-utils |