We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fe380 commit eadf637Copy full SHA for eadf637
1 file changed
build.sh
@@ -1121,8 +1121,9 @@ make_efi() {
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
1124
-title UEFI Shell (Full) ${_efi_shell_arch}
1125
-efi /EFI/Shell_Full_${_efi_shell_arch}.efi
+title UEFI Shell ${_efi_shell_arch}
+efi /EFI/shell_${_efi_shell_arch}.efi
1126
+
1127
EOF
1128
done
1129
}
0 commit comments