summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-05-22 20:56:17 +0300
committerThomas Backlund <tmb@mageia.org>2015-05-22 20:56:17 +0300
commitfe6fe93885d7efa1999e0ead6399370ffc79bb75 (patch)
treeee8b037d31c9be11790a1c371a971a479c49cc35
parent10c24377ebb86db144e29afd6690e9db33c6806b (diff)
downloaddraklive-fe6fe93885d7efa1999e0ead6399370ffc79bb75.tar
draklive-fe6fe93885d7efa1999e0ead6399370ffc79bb75.tar.gz
draklive-fe6fe93885d7efa1999e0ead6399370ffc79bb75.tar.bz2
draklive-fe6fe93885d7efa1999e0ead6399370ffc79bb75.tar.xz
draklive-fe6fe93885d7efa1999e0ead6399370ffc79bb75.zip
add efiboot.img on x86_64 isos
-rw-r--r--NEWS1
-rwxr-xr-xdraklive1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2ae9de2..04af40e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- add efiboot.img on x86_64 isos
- add missing isolinux menu files
2.2:
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,