summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Messner2018-02-13 15:14:06 +0100
committerManuel Messner2018-02-13 15:22:52 +0100
commit1551ce31cbafa94d762d18042c8eb114c3f330eb (patch)
tree51a210e78c8e7d965a46d5b83d3cc6ccf1552268 /Makefile
parentMakefile: hasher: move to top (diff)
downloadpacker-templates-1551ce31cbafa94d762d18042c8eb114c3f330eb.tar.gz
packer-templates-1551ce31cbafa94d762d18042c8eb114c3f330eb.tar.xz
packer-templates-1551ce31cbafa94d762d18042c8eb114c3f330eb.zip
Makefile: hasher: add to verbose output
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)),\