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 a4bb4d2 commit c584979Copy full SHA for c584979
build.sh
@@ -849,7 +849,7 @@ make_isolinux() {
849
850
# Prepare /EFI
851
make_efi() {
852
- install -d -m 0755 -- "${isofs_dir}/EFI/BOOT"
+ install -d -m 0755 -- "${isofs_dir}/EFI/boot"
853
854
local _bootfile="$(basename "$(ls "${airootfs_dir}/usr/lib/systemd/boot/efi/systemd-boot"*".efi" )")"
855
#cp "${airootfs_dir}/usr/lib/systemd/boot/efi/${_bootfile}" "${isofs_dir}/EFI/boot/${_bootfile#systemd-}"
0 commit comments