summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-05-22 20:15:50 +0300
committerThomas Backlund <tmb@mageia.org>2015-05-22 20:15:50 +0300
commite057eb011ab981a32e48c9d4cb3013b1f9ca09c2 (patch)
tree24a97a1f5d9057e4fcaf8f3878e535c297bbcb78
parent9fd4e14e7a473ac1d83a60abe63a9100cb18cb6a (diff)
downloaddrakx-e057eb011ab981a32e48c9d4cb3013b1f9ca09c2.tar
drakx-e057eb011ab981a32e48c9d4cb3013b1f9ca09c2.tar.gz
drakx-e057eb011ab981a32e48c9d4cb3013b1f9ca09c2.tar.bz2
drakx-e057eb011ab981a32e48c9d4cb3013b1f9ca09c2.tar.xz
drakx-e057eb011ab981a32e48c9d4cb3013b1f9ca09c2.zip
generate proper efi isohybrid
-rw-r--r--images/NEWS1
-rwxr-xr-ximages/make_boot_img3
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS
index cc865959d..c19a46fd5 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,4 +1,5 @@
- use xorriso for proper efi metadata
+- generate proper efi isohybrid
Version 2.25 - 9 May 2015 by Thomas Backlund
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');
}