diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-11-05 21:14:39 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-11-05 21:14:39 +0000 |
commit | bbbc4f222e5c07d75371cbaa377a83647195e2a3 (patch) | |
tree | 36056bcaa117a07884a7ff151c89afbaff1e08b8 | |
parent | 2d760284879bf27a03943a63ea4aa5571400e127 (diff) | |
download | drakx-bbbc4f222e5c07d75371cbaa377a83647195e2a3.tar drakx-bbbc4f222e5c07d75371cbaa377a83647195e2a3.tar.gz drakx-bbbc4f222e5c07d75371cbaa377a83647195e2a3.tar.bz2 drakx-bbbc4f222e5c07d75371cbaa377a83647195e2a3.tar.xz drakx-bbbc4f222e5c07d75371cbaa377a83647195e2a3.zip |
Remove unnecessary copy of efiboot.img.
drakiso builds its own EFI boot images.
-rwxr-xr-x | images/make_boot_img | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/images/make_boot_img b/images/make_boot_img index 044fa52d4..274b03f41 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -361,8 +361,6 @@ 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"; |