Skip to content
Snippets Groups Projects
Commit 2fcdb8e0 authored by Daniel Schulte's avatar Daniel Schulte
Browse files

Bugfix: "/BOOT/" im Pfad beim rsync vergessen

parent bdc479b7
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ image_binary_files $(IMAGE_DIR)/.lipbinaries: image_git_pull $(IMAGE_BINARIES)
"$(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/"
$(RSYNC) "$(PRIMARY_ARCH_DIR)$(ISO_CONTENT)/EFI/BOOT/BOOTx64.EFI" "$(IMAGE_DIR)/efi/boot/"
mkdir -p "$(IMAGE_DIR)/casper"
$(RSYNC) --progress "$(COMMON_DIR)/lip-common.squashfs" \
"$(COMMON_DIR)/lip-$(PRIMARY_ARCH).squashfs" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment