summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Janczyk2023-10-16 15:23:07 +0200
committerMichael Janczyk2023-10-16 15:23:07 +0200
commitfc9a6cc924b9d27876a2539c12cdf9e5e072c3a1 (patch)
treed4e567140dccc0135bb4e10070b897c69851dcec
parentanaconda-ks: changed back to '--nontp', '--ntp-disable' does not work. (diff)
downloadpacker-templates-fc9a6cc924b9d27876a2539c12cdf9e5e072c3a1.tar.gz
packer-templates-fc9a6cc924b9d27876a2539c12cdf9e5e072c3a1.tar.xz
packer-templates-fc9a6cc924b9d27876a2539c12cdf9e5e072c3a1.zip
Makefile: change help example, password change does not work yet.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b74429e..e4654c3 100644
--- a/Makefile
+++ b/Makefile
@@ -277,7 +277,7 @@ help:
@printf "\tPACKER_OPTS:\t\tSet packer options\n"
@printf "\tVERBOSE=1:\t\tEnable verbose output\n"
@printf "\tWINDOW:\t\t\tDisable headless mode\n"
- @printf "\tPKR_VAR_<VAR>=<VAL>:\tSet a packer variable <VAR>=<VAL>, e.g. PKR_VAR_ssh_password='secret'\n"
+ @printf "\tPKR_VAR_<VAR>=<VAL>:\tSet a packer variable <VAR>=<VAL>, e.g. PKR_VAR_headless=false\n"
@printf "\n"
@printf "Clean targets are:\n"
@printf "\tclean_except_last\n"