summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ff85f78..5ef908d 100644
--- a/Makefile
+++ b/Makefile
@@ -38,9 +38,8 @@ BOOTTARGETS += $(foreach prov, $(PROVTARGETS), $(prov)/boot)
PACKER_OPTS := -var-file=base.json
ifdef DEBUG
- VERBOSE := 1
+ VERBOSE := 1
PACKER_OPTS += -debug
- PACKER_OPTS += -var='headless=false'
endif
@@ -51,6 +50,8 @@ TIMESTAMP := $(shell date "+%Y-%m-%d_%H-%M-%S")
ifdef VERBOSE
+ PACKER_OPTS += -var='headless=false'
+
$(info root password: $(ROOTPW))
$(info )
$(info timestamp: $(TIMESTAMP))