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 4cdd2d6 commit 3640781Copy full SHA for 3640781
system/cpp-src/mkalteriso/command_collection.cpp
@@ -520,8 +520,8 @@ int command_collection::command_iso(QString iso_name){
520
_msg_err("The file '" + bskun->get_work_dir ()+"/iso/isolinux/isohdpfx.bin' does not exist.");
521
return 1;
522
}
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";
+ if(workd.exists("iso/EFI/alteriso/efiboot.img")){
+ _iso_efi_boot_args="-eltorito-alt-boot -e EFI/alteriso/efiboot.img -no-emul-boot -isohybrid-gpt-basdat";
525
526
_show_config(ISO);
527
QDir Outdir(bskun->get_out_dir());
0 commit comments