summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-02-26 11:47:05 +0100
committerJonathan Bauer2018-02-26 11:47:05 +0100
commite51c4e509b3998632bd3c7690562aa5957e81c08 (patch)
tree8fd818ea1e939ebb40d98bd470ce8007483e6847
parentMakefile: add on-error=ask option in debug mode (diff)
downloadpacker-templates-e51c4e509b3998632bd3c7690562aa5957e81c08.tar.gz
packer-templates-e51c4e509b3998632bd3c7690562aa5957e81c08.tar.xz
packer-templates-e51c4e509b3998632bd3c7690562aa5957e81c08.zip
[ubuntu-17.10] fix kickstart directory
-rw-r--r--ubuntu-17.10-amd64.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu-17.10-amd64.json b/ubuntu-17.10-amd64.json
index d83cab5..36e13fd 100644
--- a/ubuntu-17.10-amd64.json
+++ b/ubuntu-17.10-amd64.json
@@ -5,7 +5,7 @@
"iso_checksum_type": "sha256",
"vm_name": "ubuntu-17.10-amd64",
"http_dir": "http",
- "preseed_path": "ubuntu-16.04/preseed.cfg",
+ "preseed_path": "ubuntu-17.10/preseed.cfg",
"shutdown_command": "systemctl poweroff",
"ssh_password":"{{ env `ROOTPW` }}"
},