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 a0daca6 commit d0fe380Copy full SHA for d0fe380
build.sh
@@ -1120,7 +1120,7 @@ make_efi() {
1120
for _efi_shell in "${work_dir}"/${arch}/airootfs/usr/share/edk2-shell/*; do
1121
_efi_shell_arch="$(basename ${_efi_shell})"
1122
cp "${_efi_shell}/Shell_Full.efi" "${isofs_dir}/EFI/shell_${_efi_shell_arch}.efi"
1123
- cat > "${isofs_dir}/loader/entries/uefi-shell-${_efi_shell_arch}.conf" <<"EOF"
+ cat - > "${isofs_dir}/loader/entries/uefi-shell-${_efi_shell_arch}.conf" << EOF
1124
title UEFI Shell (Full) ${_efi_shell_arch}
1125
efi /EFI/Shell_Full_${_efi_shell_arch}.efi
1126
EOF
0 commit comments