From 7251a7007969db0ca33cc8e9e5d08d3d3393df8d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 11 Jun 2013 10:42:31 +0200 Subject: [PATCH] Use Fedora way to generate the images with xorriso (-e and -isohybrid-gpt-basdat). --- mklive.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }