Skip to content
Snippets Groups Projects
Commit 55759566 authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

image: pre build the mbr image

(i.e. at the same time the content is created)
parent 5294c41f
No related branches found
No related tags found
No related merge requests found
...@@ -458,7 +458,7 @@ $(IMAGE_DIR)$(GRUB_INSTALL_DIR)/lipinfo.cfg : | $(WORKSPACE) ...@@ -458,7 +458,7 @@ $(IMAGE_DIR)$(GRUB_INSTALL_DIR)/lipinfo.cfg : | $(WORKSPACE)
echo "set lip_release=\"$(ISO_RELEASE)\"" >> "$@" echo "set lip_release=\"$(ISO_RELEASE)\"" >> "$@"
echo "set lip_extra_info=\"$(IMAGE_EXTRA_INFO)\"" >> "$@" echo "set lip_extra_info=\"$(IMAGE_EXTRA_INFO)\"" >> "$@"
image : image_content image : image_content $(GRUB_ASSEMBLE_DIR)/mbr.img
gparted : $(call archdir,$(PRIMARY_ARCH))/gparted-live.iso $(call archdir,$(SECONDARY_ARCH))/gparted-live.iso gparted : $(call archdir,$(PRIMARY_ARCH))/gparted-live.iso $(call archdir,$(SECONDARY_ARCH))/gparted-live.iso
$(call gentargets,/gparted-live.iso) : $(call gentargets,/gparted-live.iso) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment