summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img3
1 files changed, 2 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index b00069b5d..814308a06 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -372,10 +372,11 @@ sub boot_iso {
_ "mcopy -s -i $efi_img .boot_iso/EFI ::";
# create iso
_ "$cmd -eltorito-alt-boot -e isolinux/efiboot.img -no-emul-boot -o $iso .boot_iso";
+ _ "isohybrid -u $iso";
} else {
_ "$cmd -o $iso .boot_iso";
+ _ "isohybrid -o 1 $iso";
}
- _ "isohybrid -o 1 $iso";
rm_rf('.boot_iso');
}