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 b302c52 commit c1b263dCopy full SHA for c1b263d
build.sh
@@ -1101,7 +1101,7 @@ make_efi() {
1101
s|%KERNEL_FILENAME%|${kernel_filename}|g;
1102
s|%ARCH%|${arch}|g;
1103
s|%INSTALL_DIR%|${install_dir}|g" \
1104
- "${script_path}/efiboot/loader/entries/archiso-usb.conf" > "${work_dir}/iso/loader/entries/archiso-${arch}-usb.conf"
+ "${script_path}/efiboot/loader/entries/archiso-usb.conf" > "${work_dir}/iso/loader/entries/archiso-${arch}.conf"
1105
1106
# edk2-shell based UEFI shell
1107
# shellx64.efi is picked up automatically when on /
0 commit comments