From 3260d93e1aeb8982d3f8657d4808db12cddfd3ea Mon Sep 17 00:00:00 2001 From: Christopher Spinrath <christopher.spinrath@rwth-aachen.de> Date: Tue, 1 Sep 2015 21:55:55 +0200 Subject: [PATCH] help: actually the deploy targets need root priv. because they may have to unmount the partition image to operate cleanly. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2eedf15..fd9ba10 100644 --- a/Makefile +++ b/Makefile @@ -624,9 +624,9 @@ help: @echo "# make image #main remaster process (requires several cups of coffee)" @echo "# make repo #build offline repo" @echo "\$$ #copy mbr+partition to final destination" - @echo "\$$ make IMAGE_FILE=/somewhere/myfinalimage.img image_deploy" + @echo "# make IMAGE_FILE=/somewhere/myfinalimage.img image_deploy" @echo "\$$ #(optionally) create a vmdk version. Note that IMAGE_FILE is still the raw .img file here!" - @echo "\$$ make IMAGE_FILE=/somewhere/myfinalimage.img image_deploy_vmdk" + @echo "# make IMAGE_FILE=/somewhere/myfinalimage.img image_deploy_vmdk" @echo @echo "There is a list of all phony targets available under \"make listall\"" @echo "A list of all config options may be found in:" -- GitLab