summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Messner2018-02-20 16:21:18 +0100
committerManuel Messner2018-02-20 16:21:18 +0100
commit24f64ce351d00a3ee1183b54e5b91240999e9ce8 (patch)
tree290842454a83e73e874f8339ec86a5b45ac26fe4 /Makefile
parentMakefile: prov: fix spacing (diff)
downloadpacker-templates-24f64ce351d00a3ee1183b54e5b91240999e9ce8.tar.gz
packer-templates-24f64ce351d00a3ee1183b54e5b91240999e9ce8.tar.xz
packer-templates-24f64ce351d00a3ee1183b54e5b91240999e9ce8.zip
Makefile: boot: fix spacing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index ea3ea25..65b7093 100644
--- a/Makefile
+++ b/Makefile
@@ -142,12 +142,12 @@ $(BOOTTARGETS):
$(@D).$(TIMESTAMP)/$(ANSIBLE_DIR)))
$(info ** Generating boot files for '$(BUILD_DIR)')
$(PACKER) build -only=$(BUILDER) \
- $(PACKER_OPTS) \
- -var='vm_name=rootfs-image.tmp' \
- -var='output_directory=$(BUILD_DIR)/tmp' \
- -var='base_image=$(BUILD_DIR)/rootfs-image' \
- -var='playbook=build-dracut-initramfs.yml' \
- $(ANSIBLE_DIR_CUR)/run-playbook-only.json
+ $(PACKER_OPTS) \
+ -var='vm_name=rootfs-image.tmp' \
+ -var='output_directory=$(BUILD_DIR)/tmp' \
+ -var='base_image=$(BUILD_DIR)/rootfs-image' \
+ -var='playbook=build-dracut-initramfs.yml' \
+ $(ANSIBLE_DIR_CUR)/run-playbook-only.json
@mv $(ANSIBLE_DIR_CUR)/boot_files $(BUILD_DIR)/boot
$(if $(DEBUG),,@rm -rf $(BUILD_DIR)/tmp)