diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | draklive | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,4 @@ +- add efiboot.img on x86_64 isos - add missing isolinux menu files 2.2: @@ -745,6 +745,7 @@ sub build_iso_image { '-hide-rr-moved', '-no-emul-boot', '-boot-load-size', 4, '-boot-info-table', '-graft-points', + if_($live->{settings}{arch} =~ /x86_64/, '-eltorito-alt-boot', '-b', 'boot/efiboot.img', '-no-emul-boot'), if_($dest, '-o', $dest), 'isolinux=' . $live->get_builddir . $live->{prefix}{build}{boot} . '/syslinux', 'isolinux/isolinux.cfg=' . $isolinux_cfg, |