summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed7b73f..8ef58f6 100644
--- a/Makefile
+++ b/Makefile
@@ -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)),\