From a813a2408e8a6d313f29318363824b0f9fcb4610 Mon Sep 17 00:00:00 2001
From: Christopher Spinrath <christopher.spinrath@rwth-aachen.de>
Date: Sun, 30 Aug 2015 23:49:12 +0200
Subject: [PATCH] help: add offline repo to example run

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 5e458ba..0ad33d0 100644
--- a/Makefile
+++ b/Makefile
@@ -572,6 +572,7 @@ help:
 	@echo "# make image_mount_if #create and mount a partition"
 	@echo "# make image_grub_install #install grub files"
 	@echo "# make image #main remaster process (requires several cups of coffee)"
+	@echo "# make repo #build offline repo
 	@echo "# make image_umount #umount the image partition"
 	@echo "\$$ #copy mbr+partition to final destination"
 	@echo "\$$ make IMAGE_FILE=/somewhere/myfinalimage.img image_assemble"
-- 
GitLab