summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 391bd2e..48e03a8 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ $(BOOTTARGETS):
$(PACKER_OPTS) \
-var='vm_name=$(notdir $(@D)).tmp' \
-var='image_dir=$(patsubst %/,%,$(dir $(@D)))/$(notdir $(@D))' \
- -var='image_name=image' \
+ -var='image_name=image' \
-var='playbook=build-dracut-initramfs.yml' \
$(ANSIBLE_DIR)/run-playbook-only.json
@test -f $(ANSIBLE_DIR)/boot_files/initramfs || false