Update of Packer builder for Vagrant and various clouds
[osm/devops.git] / packer / packer_templates / osm / http / preseed-hyperv.cfg
1 #   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
13 choose-mirror-bin mirror/http/proxy string
14 d-i base-installer/kernel/override-image string linux-server
15 d-i clock-setup/utc boolean true
16 d-i clock-setup/utc-auto boolean true
17 d-i finish-install/reboot_in_progress note
18 d-i grub-installer/only_debian boolean true
19 d-i grub-installer/with_other_os boolean true
20 d-i mirror/country string manual
21 d-i mirror/http/directory string /ubuntu/
22 d-i mirror/http/hostname string archive.ubuntu.com
23 d-i mirror/http/proxy string
24 d-i partman-auto-lvm/guided_size string max
25 d-i partman-auto/choose_recipe select atomic
26 d-i partman-auto/method string lvm
27 d-i partman-lvm/confirm boolean true
28 d-i partman-lvm/confirm boolean true
29 d-i partman-lvm/confirm_nooverwrite boolean true
30 d-i partman-lvm/device_remove_lvm boolean true
31 d-i partman/choose_partition select finish
32 d-i partman/confirm boolean true
33 d-i partman/confirm_nooverwrite boolean true
34 d-i partman/confirm_write_new_label boolean true
35 d-i partman-partitioning/no_bootable_gpt_biosgrub boolean false
36 d-i partman-partitioning/no_bootable_gpt_efi boolean false
37 d-i partman-efi/non_efi_system boolean true
38 d-i passwd/user-fullname string vagrant
39 d-i passwd/user-uid string 1000
40 d-i passwd/user-password password vagrant
41 d-i passwd/user-password-again password vagrant
42 d-i passwd/username string vagrant
43 d-i pkgsel/include string openssh-server ntp linux-tools-$(uname -r) linux-cloud-tools-$(uname -r) linux-cloud-tools-common cifs-utils software-properties-common ifupdown
44 d-i pkgsel/install-language-support boolean false
45 d-i pkgsel/update-policy select none
46 d-i pkgsel/upgrade select full-upgrade
47 d-i time/zone string UTC
48 d-i user-setup/allow-password-weak boolean true
49 d-i user-setup/encrypt-home boolean false
50 tasksel tasksel/first multiselect standard, server