diff options
author | Manuel Messner | 2018-02-19 11:14:50 +0100 |
---|---|---|
committer | Manuel Messner | 2018-02-19 11:20:07 +0100 |
commit | 4e0cf6962588c0f2dc2e03937c995cf563058618 (patch) | |
tree | 216873c594cde50a874fc51ec3c9b045c4b823b2 /Makefile | |
parent | Makefile: move headless setting to WINDOW variable (diff) | |
download | packer-templates-4e0cf6962588c0f2dc2e03937c995cf563058618.tar.gz packer-templates-4e0cf6962588c0f2dc2e03937c995cf563058618.tar.xz packer-templates-4e0cf6962588c0f2dc2e03937c995cf563058618.zip |
Makefile: extend help by the available options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -172,3 +172,12 @@ help: @echo @echo "Generate boot files targets:" @printf "\t<{base,provisioning}_target>/boot\n" + @echo + @echo "Available options are:" + @printf "\tBUILDER: Set a builder, do not autodetect\n" + @printf "\tDEBUG: Enable debug mode in packer (includes VERBOSE)\n" + @printf "\tHASHER: Set wanted hasher (def: sha256sum)\n" + @printf "\tPACKER: Set packer executable (def: packer)\n" + @printf "\tROOTPW: Set root password for output image\n" + @printf "\tVERBOSE: Enable verbose output\n" + @printf "\tWINDOW: Disable headless mode\n" |