Skip to content

Commit 3640781

Browse files
fixed efi bug
Signed-off-by: kokkiemouse <[email protected]>
1 parent 4cdd2d6 commit 3640781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/cpp-src/mkalteriso/command_collection.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,8 @@ int command_collection::command_iso(QString iso_name){
520520
_msg_err("The file '" + bskun->get_work_dir ()+"/iso/isolinux/isohdpfx.bin' does not exist.");
521521
return 1;
522522
}
523-
if(workd.exists("iso/EFI/archiso/efiboot.img")){
524-
_iso_efi_boot_args="-eltorito-alt-boot -e EFI/archiso/efiboot.img -no-emul-boot -isohybrid-gpt-basdat";
523+
if(workd.exists("iso/EFI/alteriso/efiboot.img")){
524+
_iso_efi_boot_args="-eltorito-alt-boot -e EFI/alteriso/efiboot.img -no-emul-boot -isohybrid-gpt-basdat";
525525
}
526526
_show_config(ISO);
527527
QDir Outdir(bskun->get_out_dir());

0 commit comments

Comments
 (0)