Skip to content

Commit eadf637

Browse files
committed
[fix] : FIxed EFI shell filename
1 parent d0fe380 commit eadf637

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,8 +1121,9 @@ make_efi() {
11211121
_efi_shell_arch="$(basename ${_efi_shell})"
11221122
cp "${_efi_shell}/Shell_Full.efi" "${isofs_dir}/EFI/shell_${_efi_shell_arch}.efi"
11231123
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
1124+
title UEFI Shell ${_efi_shell_arch}
1125+
efi /EFI/shell_${_efi_shell_arch}.efi
1126+
11261127
EOF
11271128
done
11281129
}

0 commit comments

Comments
 (0)