about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2013-06-11 10:42:31 +0200
committerJuan RP <xtraeme@gmail.com>2013-06-11 10:42:31 +0200
commit7251a7007969db0ca33cc8e9e5d08d3d3393df8d (patch)
treec0b9169b904c0915c8695cb282f82fc9d4d3b246 /mklive.sh.in
parente80d4edb1be5ef32faa0946ef37dc466a8f2f3a4 (diff)
downloadhrmpf-7251a7007969db0ca33cc8e9e5d08d3d3393df8d.tar.gz
hrmpf-7251a7007969db0ca33cc8e9e5d08d3d3393df8d.tar.xz
hrmpf-7251a7007969db0ca33cc8e9e5d08d3d3393df8d.zip
Use Fedora way to generate the images with xorriso (-e and -isohybrid-gpt-basdat).
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index cb22bfc..7dc06ed 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -255,7 +255,7 @@ generate_iso_image() {
         -eltorito-boot boot/isolinux/isolinux.bin \
         -eltorito-catalog boot/isolinux/boot.cat \
         -no-emul-boot -boot-load-size 4 -boot-info-table \
-        -eltorito-alt-boot --efi-boot boot/grub/efiboot.img -no-emul-boot \
+        -eltorito-alt-boot -e boot/grub/efiboot.img -isohybrid-gpt-basdat \
         -isohybrid-mbr $SYSLINUX_DATADIR/isohdpfx.bin \
         -output "$OUTPUT_FILE" "$BUILDDIR" >>$LOGFILE 2>&1
 }