diff options
author | Jonathan Bauer | 2020-01-23 12:38:52 +0100 |
---|---|---|
committer | Jonathan Bauer | 2020-01-23 12:38:52 +0100 |
commit | 9350832c383cf34a5339dea133e54e50c8b8bc0d (patch) | |
tree | 0caa88155d7ad5b05c1a1b5af26647d435a7cfe7 /Makefile | |
parent | When removing a target you should also remove the link to it (diff) | |
download | packer-templates-9350832c383cf34a5339dea133e54e50c8b8bc0d.tar.gz packer-templates-9350832c383cf34a5339dea133e54e50c8b8bc0d.tar.xz packer-templates-9350832c383cf34a5339dea133e54e50c8b8bc0d.zip |
Makefile: fix default dir name for ansible-dracut
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |