From 679277bdec3d551aa319b54d31a52862433f666d Mon Sep 17 00:00:00 2001
From: Daniel Schulte <trilader@gmail.com>
Date: Fri, 26 Sep 2014 16:15:51 +0200
Subject: [PATCH] =?UTF-8?q?Bugfix:=20=C3=9Cberfl=C3=BCssige=20Ordner=20nic?=
 =?UTF-8?q?ht=20ins=20Image=20kopieren?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 3ba93c5..12ffc38 100644
--- a/Makefile
+++ b/Makefile
@@ -217,15 +217,14 @@ $(PRIMARY_ARCH_DIR)$(INITRD_TARGET) $(SECONDARY_ARCH_DIR)$(INITRD_TARGET) \
 $(PRIMARY_ARCH_DIR)$(STATE_DIR)/iso_extracted $(SECONDARY_ARCH_DIR)$(STATE_DIR)/iso_extracted \
 $(PRIMARY_ARCH_DIR)/filesystem.size
 image_binary_files: image_git_pull $(IMAGE_BINARIES)
-	$(RSYNC) "$(PRIMARY_ARCH_DIR)$(ISO_CONTENT)/boot" \
-		 "$(PRIMARY_ARCH_DIR)$(ISO_CONTENT)/dists" \
+	$(RSYNC) "$(PRIMARY_ARCH_DIR)$(ISO_CONTENT)/dists" \
 		 "$(PRIMARY_ARCH_DIR)$(ISO_CONTENT)/isolinux" \
 		 "$(PRIMARY_ARCH_DIR)$(ISO_CONTENT)/pool" \
-		 "$(PRIMARY_ARCH_DIR)$(ISO_CONTENT)/EFI" \
 		 "$(PRIMARY_ARCH_DIR)$(ISO_CONTENT)/preseed" \
 		 "$(PRIMARY_ARCH_DIR)$(ISO_CONTENT)/.disk" \
 		 "$(IMAGE_DIR)/"
 	$(RSYNC) "$(SECONDARY_ARCH_DIR)$(ISO_CONTENT)/.disk/casper-uuid-generic" "$(IMAGE_DIR)/.disk/casper-uuid-generic-$(SECONDARY_ARCH)"
+	$(RSYNC) "$(PRIMARY_ARCH_DIR)$(ISO_CONTENT)/EFI/BOOTx64.EFI" "$(IMAGE_DIR)/efi/boot/"
 	mkdir -p "$(IMAGE_DIR)/casper"
 	$(RSYNC) --progress "$(COMMON_DIR)/lip-common.squashfs" \
 		 "$(COMMON_DIR)/lip-$(PRIMARY_ARCH).squashfs" \
-- 
GitLab