From fe6fe93885d7efa1999e0ead6399370ffc79bb75 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 22 May 2015 20:56:17 +0300 Subject: add efiboot.img on x86_64 isos --- draklive | 1 + 1 file changed, 1 insertion(+) (limited to 'draklive') diff --git a/draklive b/draklive index 9ed9680..4f40bbb 100755 --- a/draklive +++ b/draklive @@ -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, -- cgit v1.2.1