From 905e3dfd9dbd7954ff32b16375a2d427acc20b36 Mon Sep 17 00:00:00 2001 From: Christopher Spinrath <christopher.spinrath@rwth-aachen.de> Date: Sat, 29 Aug 2015 17:49:03 +0200 Subject: [PATCH] lipbinaries: fix: copy secure boot grub modules --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 32b901b..fd73388 100644 --- a/Makefile +++ b/Makefile @@ -367,6 +367,9 @@ image_binary_files $(IMAGE_DIR)/.lipbinaries: image_git_pull $(IMAGE_BINARIES) $(RSYNC) --progress "$(SECONDARY_ARCH_DIR)/gparted-live.iso" "$(IMAGE_DIR)/gparted-live-$(SECONDARY_ARCH).iso" cd "$(PRIMARY_ARCH_DIR)$(ROOTFS)" && $(RSYNC) -L vmlinuz "$(IMAGE_DIR)/casper/vmlinuz-$(PRIMARY_ARCH)" cd "$(SECONDARY_ARCH_DIR)$(ROOTFS)" && $(RSYNC) -L vmlinuz "$(IMAGE_DIR)/casper/vmlinuz-$(SECONDARY_ARCH)" + mkdir -p "$(IMAGE_DIR)/boot/grub/" + $(RSYNC) "$(PRIMARY_ARCH_DIR)$(ISO_CONTENT)/boot/grub/x86_64-efi" \ + "$(IMAGE_DIR)/boot/grub/" touch "$(IMAGE_DIR)/.lipbinaries" image_remaster $(IMAGE_DIR)/.remastered: $(IMAGE_DIR)/.lipbinaries -- GitLab