X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=packer%2Fdebian64.json;h=f140230b550dbd592b49bbe49ead48857e6d53d3;hp=7d9c48d1df6e602788b2f7dbd4f39b5b015f3c16;hb=1ba6bfdd77eabc38901f7787b2f4e34ec011023d;hpb=45b4746a0ac2eebe631be0466fc62741c32744f8 diff --git a/packer/debian64.json b/packer/debian64.json index 7d9c48d..f140230 100644 --- a/packer/debian64.json +++ b/packer/debian64.json @@ -4,7 +4,8 @@ "grml_version": "2014.11", "grml_iso_checksum": "120bfa48b096691797a73fa2f464c7c71fac1587", "debian_version": "jessie", - "grml_debootstrap_version": "latest" + "grml_debootstrap_version": "latest", + "grml_debootstrap_local_path": "doesnotexist" }, "builders": [ @@ -40,9 +41,13 @@ "destination": "/tmp/debian64.bats" }, { + "type": "shell", + "inline": "mkdir -vp /tmp/grml-debootstrap/" + }, + { "type": "file", - "source": "../grml-debootstrap", - "destination": "/tmp/grml-debootstrap" + "source": "{{ user `grml_debootstrap_local_path` }}/", + "destination": "/tmp/grml-debootstrap/" }, { "type": "shell",