summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-01-23 12:38:52 +0100
committerJonathan Bauer2020-01-23 12:38:52 +0100
commit9350832c383cf34a5339dea133e54e50c8b8bc0d (patch)
tree0caa88155d7ad5b05c1a1b5af26647d435a7cfe7
parentWhen removing a target you should also remove the link to it (diff)
downloadpacker-templates-9350832c383cf34a5339dea133e54e50c8b8bc0d.tar.gz
packer-templates-9350832c383cf34a5339dea133e54e50c8b8bc0d.tar.xz
packer-templates-9350832c383cf34a5339dea133e54e50c8b8bc0d.zip
Makefile: fix default dir name for ansible-dracut
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f662007..d1579e0 100644
--- a/Makefile
+++ b/Makefile
@@ -299,7 +299,7 @@ help:
@printf "\trm/<target>\n"
@echo
@echo "Available options are:"
- @printf "\tANSIBLE_DIR_CORE: Set directory with ansible roles for building initramfs (def: ansible-roles)\n"
+ @printf "\tANSIBLE_DIR_CORE: Set directory with ansible roles for building initramfs (def: ansible-dracut)\n"
@printf "\tANSIBLE_DIR_PROV: Set directory with ansible roles for provisioning (def: ansible-roles-prov)\n"
@printf "\tBUILDER: Set an ISO builder, do not autodetect\n"
@printf "\tPROVISIONER: Set a provisioning builder, do not autodetect\n"