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

Added IMAGE_DIR to config options

parent f9f8a713
No related branches found
No related tags found
No related merge requests found
......@@ -332,7 +332,7 @@ image_skel_file: | $(WORKSPACE)
xz -d --keep --stdout "$(CURDIR)/contrib/image/multiboot.skel.img.xz" > "$(if $(IMAGE_FILE),$(IMAGE_FILE),$(WORKSPACE)/image.img)"
@echo
@echo "Image skeleton is ready: $(if $(IMAGE_FILE),$(IMAGE_FILE),$(WORKSPACE)/image.img)"
@echo "You may want to mount appropriately (e.g. with kpartx) and execute \"make IMAGE_DIR=/your/mountpoint image\""
@echo "You may want to mount appropriately (e.g. with kpartx) to $(IMAGE_DIR) and execute \"make image\""
image_grub_lipinfo : $(IMAGE_DIR)/grub/lipinfo.cfg
$(IMAGE_DIR)/grub/lipinfo.cfg : | $(WORKSPACE)
......
......@@ -27,6 +27,7 @@ ISO_VERSION=14.04.1
ISO_FLAVOR=kubuntu
ISO_PATTERN_FLAGS=
IMAGE_DIR=$(WORKSPACE)/image_files/
IMAGE_GIT_URL=https://www.fsmpi.rwth-aachen.de/git/lipstick
IMAGE_GIT_BRANCH=ws14
IMAGE_EXTRA_INFO=
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment