about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2013-06-12 05:08:58 +0200
committerJuan RP <xtraeme@gmail.com>2013-06-12 05:08:58 +0200
commit90c2d5fa065bc89bf9965b3074b3c32e08ae327f (patch)
tree8e88c476a753ac5cbd51c2c3b4692343c5a3518a
parenta66ddf9062705ce1f8a46f28eb2e7e7665dfb813 (diff)
downloadhrmpf-90c2d5fa065bc89bf9965b3074b3c32e08ae327f.tar.gz
hrmpf-90c2d5fa065bc89bf9965b3074b3c32e08ae327f.tar.xz
hrmpf-90c2d5fa065bc89bf9965b3074b3c32e08ae327f.zip
mklive.sh: fix the xorriso efi args (needs -no-emul-boot).
-rw-r--r--mklive.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 7dc06ed..3571a03 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 -e boot/grub/efiboot.img -isohybrid-gpt-basdat \
+        -eltorito-alt-boot -e boot/grub/efiboot.img -isohybrid-gpt-basdat -no-emul-boot \
         -isohybrid-mbr $SYSLINUX_DATADIR/isohdpfx.bin \
         -output "$OUTPUT_FILE" "$BUILDDIR" >>$LOGFILE 2>&1
 }