diff --git a/Makefile b/Makefile index f347710bf097d675e464d9ff82645a85d4e8136d..c3efc7c84c14ffb987b89fadc9c1a8503b9c0d65 100644 --- a/Makefile +++ b/Makefile @@ -248,6 +248,7 @@ image_binary_files $(IMAGE_DIR)/.lipbinaries: image_git_pull $(IMAGE_BINARIES) "$(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/BOOT/BOOTx64.EFI" "$(IMAGE_DIR)/efi/boot/" + $(RSYNC) "$(PRIMARY_ARCH_DIR)$(ISO_CONTENT)/EFI/BOOT/grubx64.efi" "$(IMAGE_DIR)/efi/boot/" mkdir -p "$(IMAGE_DIR)/casper" $(RSYNC) --progress "$(COMMON_DIR)/lip-common.squashfs" \ "$(COMMON_DIR)/lip-$(PRIMARY_ARCH).squashfs" \