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 00e86b7 commit ed87b1cCopy full SHA for ed87b1c
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 "${work_dir}/${arch}/airootfs/usr/share/edk2-shell/${_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_${_efi_shell_arch}.efi"
1115
done
1116
}
1117
0 commit comments