mklive.sh: fix the xorriso efi args (needs -no-emul-boot).
This commit is contained in:
parent
a66ddf9062
commit
90c2d5fa06
@ -255,7 +255,7 @@ generate_iso_image() {
|
|||||||
-eltorito-boot boot/isolinux/isolinux.bin \
|
-eltorito-boot boot/isolinux/isolinux.bin \
|
||||||
-eltorito-catalog boot/isolinux/boot.cat \
|
-eltorito-catalog boot/isolinux/boot.cat \
|
||||||
-no-emul-boot -boot-load-size 4 -boot-info-table \
|
-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 \
|
-isohybrid-mbr $SYSLINUX_DATADIR/isohdpfx.bin \
|
||||||
-output "$OUTPUT_FILE" "$BUILDDIR" >>$LOGFILE 2>&1
|
-output "$OUTPUT_FILE" "$BUILDDIR" >>$LOGFILE 2>&1
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user