From 1cd0514dbb556f5e7ce27fc6e79ed81b5bd94827 Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Mon, 29 Aug 2016 12:09:30 +0800 Subject: [PATCH 1/3] Renames "ubuntu-server" task -> "server" The Ubuntu 14.04 config was using tasksel to add the "ubuntu-server" task, which doesn't exist. Maybe it used to. The "server" task is actually what we want, and pulls in packages for a headless setup, such as tmux. --- http/ubuntu-14.04/preseed.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/ubuntu-14.04/preseed.cfg b/http/ubuntu-14.04/preseed.cfg index b1350ecef..56bfa6b1d 100644 --- a/http/ubuntu-14.04/preseed.cfg +++ b/http/ubuntu-14.04/preseed.cfg @@ -28,4 +28,4 @@ d-i pkgsel/upgrade select full-upgrade d-i time/zone string UTC d-i user-setup/allow-password-weak boolean true d-i user-setup/encrypt-home boolean false -tasksel tasksel/first multiselect standard, ubuntu-server +tasksel tasksel/first multiselect standard, server From ba638929b5aab618aa18c8a3d179ea794e58d698 Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Mon, 29 Aug 2016 18:31:24 +0800 Subject: [PATCH 2/3] Renames task "ubuntu-server" -> "server" for Ubuntu 12.04 --- http/ubuntu-12.04/preseed.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/ubuntu-12.04/preseed.cfg b/http/ubuntu-12.04/preseed.cfg index d56685fa5..827099347 100644 --- a/http/ubuntu-12.04/preseed.cfg +++ b/http/ubuntu-12.04/preseed.cfg @@ -28,4 +28,4 @@ d-i pkgsel/upgrade select full-upgrade d-i time/zone string UTC d-i user-setup/allow-password-weak boolean true d-i user-setup/encrypt-home boolean false -tasksel tasksel/first multiselect standard, ubuntu-server +tasksel tasksel/first multiselect standard, server From b27f4067832eaf0ea94948f2ef432a96667752bb Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Mon, 29 Aug 2016 18:32:11 +0800 Subject: [PATCH 3/3] Renames task "ubuntu-server" -> "server" for Ubuntu 15.10 Also affects Ubuntu 16.04, since the Packer config for 16.04 references the preseed file for 15.10. --- http/ubuntu-15.10/preseed.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/ubuntu-15.10/preseed.cfg b/http/ubuntu-15.10/preseed.cfg index b1350ecef..56bfa6b1d 100644 --- a/http/ubuntu-15.10/preseed.cfg +++ b/http/ubuntu-15.10/preseed.cfg @@ -28,4 +28,4 @@ d-i pkgsel/upgrade select full-upgrade d-i time/zone string UTC d-i user-setup/allow-password-weak boolean true d-i user-setup/encrypt-home boolean false -tasksel tasksel/first multiselect standard, ubuntu-server +tasksel tasksel/first multiselect standard, server