Skip to content

Commit

Permalink
[fix] : Fixed filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Nov 16, 2020
1 parent b3d7078 commit dda9e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ make_efiboot() {
s|%KERNEL_FILENAME%|${kernel_filename}|g;
s|%ARCH%|${arch}|g;
s|%INSTALL_DIR%|${install_dir}|g" \
"${_efi_config}" > "${work_dir}/efiboot/loader/entries/$(basename "${_efi_config}" | sed "s|usb|${arch}|g")"
"${_efi_config}" > "${work_dir}/efiboot/loader/entries/$(basename "${_efi_config}" | sed "s|cd|${arch}|g")"
done

cp "${isofs_dir}/EFI/shell"*".efi" "${work_dir}/efiboot/EFI/"
Expand Down

0 comments on commit dda9e92

Please sign in to comment.