[rhel6-branch][PATCH] Don't remove the .efi files from buildinstall (#1076369)

Vratislav Podzimek vpodzime at redhat.com
Mon Apr 28 11:23:05 UTC 2014


As per the bug report, getting them back is a hack in release tools.

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 scripts/mk-images.efi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/mk-images.efi b/scripts/mk-images.efi
index 5425111..5eedb34 100644
--- a/scripts/mk-images.efi
+++ b/scripts/mk-images.efi
@@ -189,7 +189,6 @@ prepareEfiTree() {
     # to mirror EFI/ to the cd.
     if [ -z "$KERNELFILE" -a -z "$INITRDFILE" ]; then
         cp -av $MBD_BOOTTREE_TMP/EFI/ $TOPDESTPATH/EFI/
-        rm -f $TOPDESTPATH/EFI/BOOT/*.efi
     fi
 }
 
-- 
1.9.0



More information about the anaconda-patches mailing list