diff --git a/Makefile b/Makefile index 7599b3a..4295c2d 100644 --- a/Makefile +++ b/Makefile @@ -345,11 +345,14 @@ appliance-list: checksums: + @scripts/echo 'Calculating checksums' $(RM) $(CHECKSUMS) cd $(IMAGES) && sha256sum --binary * > $(CHECKSUMS).tmp mv $(CHECKSUMS).tmp $(CHECKSUMS) shell: $(PREPROOT) + @scripts/echo 'Entering interactive shell for the $(APPLIANCE) build.' + @scripts/echo 'Type "exit" or "^D" to leave' $(inroot) help: