We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1f364 commit cd8549cCopy full SHA for cd8549c
build.sh
@@ -1111,7 +1111,7 @@ make_efi() {
1111
1112
local _efi_shell_arch
1113
for _efi_shell_arch in "${work_dir}"/${arch}/airootfs/usr/share/edk2-shell/*; do
1114
- cp "${_efi_shell_arch}/Shell_Full.efi" "${work_dir}/iso/shell_${_efi_shell_arch}.efi"
+ cp "${_efi_shell_arch}/Shell_Full.efi" "${work_dir}/iso/shell_$(basename ${_efi_shell_arch}).efi"
1115
done
1116
}
1117
0 commit comments