diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,6 +55,7 @@ ifdef VERBOSE PACKER_OPTS += -var='headless=false' $(info root password: $(ROOTPW)) + $(info hasher: $(HASHER)) $(info ) $(info timestamp: $(TIMESTAMP)) $(info ) @@ -73,7 +74,6 @@ ifdef VERBOSE endif -HASHER ?= sha256sum check_rootpw = $(if $(strip $(ROOTPW)),\ $(if $1,\ $(if $(shell echo "$(ROOTPW)" | $(HASHER) --check --quiet $1/base/rootpw.$(HASHER)),\ |