From b5c1beb28f499aed3e0fa80a9597127d44f0f47f Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 17 Mar 2017 15:41:30 +0100 Subject: shorten boot command for ubuntu debian installer supports aliases, here use 'auto' as an alias for auto-install/enable --- ubuntu-16.04-amd64.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ubuntu-16.04-amd64.json') 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 @@ "", "/install/vmlinuz ", "initrd=/install/initrd.gz ", - "auto-install/enable=true ", + "auto=true ", "debconf/priority=critical ", "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `preseed_path` }} ", "" @@ -72,7 +72,7 @@ "", "/install/vmlinuz ", "initrd=/install/initrd.gz ", - "auto-install/enable=true ", + "auto=true ", "debconf/priority=critical ", "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `preseed_path` }} ", "" @@ -111,7 +111,7 @@ "", "/install/vmlinuz ", "initrd=/install/initrd.gz ", - "auto-install/enable=true ", + "auto=true ", "debconf/priority=critical ", "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `preseed_path` }} ", "" -- cgit v1.2.3-55-g7522