Skip to content

Commit

Permalink
Merge pull request #654 from conorsch/fix-server-task-for-ubuntu
Browse files Browse the repository at this point in the history
Renames "ubuntu-server" task -> "server" for Ubuntu 14.04
  • Loading branch information
Seth Thomas authored Sep 8, 2016
2 parents f2ac490 + b27f406 commit cd6bdb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion http/ubuntu-12.04/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion http/ubuntu-14.04/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion http/ubuntu-15.10/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd6bdb8

Please sign in to comment.