From 39455fdf25697ef9640aa8ad7e6fedf0c3e59202 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Thu, 22 Dec 2016 19:04:19 +0200 Subject: copy efiboot.img from boot.iso to toplevel isolinux/ so it can be re-used with CI and live isos --- images/NEWS | 2 ++ images/make_boot_img | 2 ++ 2 files changed, 4 insertions(+) diff --git a/images/NEWS b/images/NEWS index 199d1593d..1308cf5c6 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,6 +1,8 @@ - fix background theme image name (mga#19468) - try to dereference symbolic links in order to fix image size for FAT32 efiboot.img (mga#19323) +- copy efiboot.img from boot.iso to toplevel isolinux/ so it can be + re-used with CI and live isos Version 2.39 - 8 September 2016 by Thierry Vignaud diff --git a/images/make_boot_img b/images/make_boot_img index 39d544f09..dbc475722 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -362,6 +362,8 @@ sub boot_iso { my $efi_img = ".boot_iso/isolinux/efiboot.img"; _ "/sbin/mkdosfs -F12 -C $efi_img $efisize"; _ "mcopy -s -i $efi_img .boot_iso/EFI ::"; + # copy efiboot.img from boot.iso to toplevel isolinux/ so it can be re-used with CI and live isos + _ "cp -f .boot_iso/isolinux/efiboot.img isolinux/"; # create iso _ "$cmd -eltorito-alt-boot -e isolinux/efiboot.img -no-emul-boot -o $iso .boot_iso"; _ "isohybrid -u $iso"; -- cgit v1.2.1