1 #
2 # Copyright (C) 2010-2012, Canonical Ltd (http://www.canonical.com/)
3 #
4 # This file is part of utah.
5 #
6 # utah is free software: you can redistribute it
7 # and/or modify it under the terms of the GNU General Public License
8 # as published by the Free Software Foundation, either version 3 of
9 # the License, or (at your option) any later version.
10 #
11 # utah is distributed in the hope that it will
12 # be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
13 # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with utah. If not, see
18 # <http://www.gnu.org/licenses/>.
19 #
20 # This is the minimal preseed that worked on 8 precise ISOs
21 # Further version-specific tweaks may be necessary or desirable in the future
22
23 d-i debian-installer/locale string en_US.UTF-8
24 d-i netcfg/get_hostname string utah-example
25 d-i partman-auto/method string regular
26 #need this for desktop
27 d-i partman/choose_partition select Finish partitioning and write changes to disk
28 #need this for non-desktop
29 d-i partman/confirm_nooverwrite boolean true
30 d-i time/zone string US/Eastern
31 d-i passwd/user-fullname string UTAH
32 d-i passwd/username string utah
33 d-i passwd/user-password password !ubuntu123
34 d-i passwd/user-password-again password !ubuntu123
35 d-i pkgsel/include string openssh-server python-yaml bzr git
36 #need this for non-desktop
37 d-i finish-install/reboot_in_progress note
38 d-i preseed/late_command string true