summaryrefslogtreecommitdiffstats
path: root/ubuntu-16.04-amd64.json
diff options
context:
space:
mode:
authorJonathan Bauer2017-03-17 15:41:30 +0100
committerJonathan Bauer2017-03-17 15:41:30 +0100
commitb5c1beb28f499aed3e0fa80a9597127d44f0f47f (patch)
treec11b814da07060b67078a4e00f6c520f13926946 /ubuntu-16.04-amd64.json
parentadded manifest post-processors (diff)
downloadpacker-templates-b5c1beb28f499aed3e0fa80a9597127d44f0f47f.tar.gz
packer-templates-b5c1beb28f499aed3e0fa80a9597127d44f0f47f.tar.xz
packer-templates-b5c1beb28f499aed3e0fa80a9597127d44f0f47f.zip
shorten boot command for ubuntu
debian installer supports aliases, here use 'auto' as an alias for auto-install/enable
Diffstat (limited to 'ubuntu-16.04-amd64.json')
-rw-r--r--ubuntu-16.04-amd64.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu-16.04-amd64.json b/ubuntu-16.04-amd64.json
index 1581e35..208b088 100644
--- a/ubuntu-16.04-amd64.json
+++ b/ubuntu-16.04-amd64.json
@@ -33,7 +33,7 @@
"<bs><bs><bs>",
"/install/vmlinuz ",
"initrd=/install/initrd.gz ",
- "auto-install/enable=true ",
+ "auto=true ",
"debconf/priority=critical ",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `preseed_path` }} ",
"<enter>"
@@ -72,7 +72,7 @@
"<bs><bs><bs>",
"/install/vmlinuz ",
"initrd=/install/initrd.gz ",
- "auto-install/enable=true ",
+ "auto=true ",
"debconf/priority=critical ",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `preseed_path` }} ",
"<enter>"
@@ -111,7 +111,7 @@
"<bs><bs><bs>",
"/install/vmlinuz ",
"initrd=/install/initrd.gz ",
- "auto-install/enable=true ",
+ "auto=true ",
"debconf/priority=critical ",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `preseed_path` }} ",
"<enter>"