blob: 4783d3939837ebf3a86d361bafdbe3b5a7ba8972 [file] [log] [blame]
ramonsalguer8ac0f082020-06-03 20:13:34 +02001# Licensed under the Apache License, Version 2.0 (the "License");
2# you may not use this file except in compliance with the License.
3# You may obtain a copy of the License at
4#
5# http://www.apache.org/licenses/LICENSE-2.0
6#
7# Unless required by applicable law or agreed to in writing, software
8# distributed under the License is distributed on an "AS IS" BASIS,
9# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10# See the License for the specific language governing permissions and
11# limitations under the License.
12
Mike Marchetti1b64bd42018-06-13 09:21:40 -040013choose-mirror-bin mirror/http/proxy string
14d-i base-installer/kernel/override-image string linux-server
15d-i clock-setup/utc boolean true
16d-i clock-setup/utc-auto boolean true
17d-i finish-install/reboot_in_progress note
18d-i grub-installer/only_debian boolean true
19d-i grub-installer/with_other_os boolean true
20d-i partman-auto/disk string /dev/sda
21d-i partman-auto-lvm/guided_size string max
22d-i partman-auto/choose_recipe select atomic
23d-i partman-auto/method string lvm
24d-i partman-lvm/confirm boolean true
25d-i partman-lvm/confirm boolean true
26d-i partman-lvm/confirm_nooverwrite boolean true
27d-i partman-lvm/device_remove_lvm boolean true
28d-i partman/choose_partition select finish
29d-i partman/confirm boolean true
30d-i partman/confirm_nooverwrite boolean true
31d-i partman/confirm_write_new_label boolean true
32d-i pkgsel/include string openssh-server cryptsetup build-essential libssl-dev libreadline-dev zlib1g-dev linux-source dkms nfs-common
33d-i pkgsel/install-language-support boolean false
34d-i pkgsel/update-policy select none
35d-i pkgsel/upgrade select full-upgrade
36d-i time/zone string UTC
37tasksel tasksel/first multiselect standard, ubuntu-server
38
39d-i console-setup/ask_detect boolean false
40d-i keyboard-configuration/layoutcode string us
41d-i keyboard-configuration/modelcode string pc105
42d-i debian-installer/locale string en_US
43
44# Create vagrant user account.
45d-i passwd/user-fullname string vagrant
46d-i passwd/username string vagrant
47d-i passwd/user-password password vagrant
48d-i passwd/user-password-again password vagrant
49d-i user-setup/allow-password-weak boolean true
50d-i user-setup/encrypt-home boolean false
51d-i passwd/user-default-groups vagrant sudo
52d-i passwd/user-uid string 900