|
1
|
d-i debian-installer/locale string en_US
|
|
2
|
d-i console-setup/ask_detect boolean false
|
|
3
|
d-i console-setup/layoutcode string us
|
|
4
|
d-i clock-setup/utc boolean true
|
|
5
|
d-i time/zone string America/Los_Angeles
|
|
6
|
|
|
7
|
d-i clock-setup/ntp boolean true
|
|
8
|
|
|
9
|
d-i netcfg/choose_interface select auto
|
|
10
|
|
|
11
|
d-i netcfg/get_hostname string unassigned-hostname
|
|
12
|
d-i netcfg/get_domain string unassigned-domain
|
|
13
|
|
|
14
|
d-i netcfg/wireless_wep string
|
|
15
|
|
|
16
|
d-i mirror/country string manual
|
|
17
|
d-i mirror/http/hostname string archive.ubuntu.com
|
|
18
|
d-i mirror/http/directory string /ubuntu
|
|
19
|
d-i mirror/http/proxy string http://aptcacher:3142/
|
|
20
|
|
|
21
|
|
|
22
|
d-i partman-auto/disk string /dev/sda
|
|
23
|
d-i partman-auto/method string lvm
|
|
24
|
d-i partman-auto-lvm/guided_size string max
|
|
25
|
|
|
26
|
d-i partman-lvm/device_remove_lvm boolean true
|
|
27
|
d-i partman-lvm/confirm boolean true
|
|
28
|
d-i partman-auto/choose_recipe select atomic
|
|
29
|
|
|
30
|
d-i partman/confirm_write_new_label boolean true
|
|
31
|
d-i partman/choose_partition select finish
|
|
32
|
d-i partman/confirm boolean true
|
|
33
|
|
|
34
|
d-i passwd/root-login boolean true
|
|
35
|
d-i passwd/root-password-crypted password $6$1v.wwB8l$bSloELWU2Z7RDVs44XRHzA9NI8IeaGNq9iSfBUZm5iTpYAsnXKdLCZqPDiiY/wAdAH0
|
|
36
|
|
|
37
|
#d-i passwd/make-user boolean false
|
|
38
|
|
|
39
|
# To create a normal user account.
|
|
40
|
d-i passwd/user-fullname string Student-Disabled
|
|
41
|
d-i passwd/username string student
|
|
42
|
# Normal user's password, either in clear text
|
|
43
|
#d-i passwd/user-password password secret
|
|
44
|
#d-i passwd/user-password-again password secret
|
|
45
|
# or encrypted using an MD5 hash.
|
|
46
|
d-i passwd/user-password-crypted password $6$1v.wwB8l$bSloELWU2Z7RDVs44XRHzA9NI8IeaGNq9iSfBUZm5iTpYAsnXKdLCZqPDiiY/wAdAH0
|
|
47
|
# Create the first user with the specified UID instead of the default.
|
|
48
|
#d-i passwd/user-uid string 1010
|
|
49
|
|
|
50
|
# The user account will be added to some standard initial groups. To
|
|
51
|
# override that, use this.
|
|
52
|
d-i passwd/user-default-groups string audio cdrom video
|
|
53
|
|
|
54
|
# Set to true if you want to encrypt the first user's home directory.
|
|
55
|
d-i user-setup/encrypt-home boolean false
|
|
56
|
|
|
57
|
|
|
58
|
tasksel tasksel/first multiselect ubuntu-desktop
|
|
59
|
d-i pkgsel/include string puppet libaugeas-ruby openssh-server build-essential
|
|
60
|
d-i pkgsel/update-policy select none
|
|
61
|
|
|
62
|
d-i grub-installer/only_debian boolean true
|
|
63
|
d-i grub-installer/with_other_os boolean true
|
|
64
|
d-i finish-install/reboot_in_progress note
|
|
65
|
|
|
66
|
xserver-xorg xserver-xorg/config/monitor/selection-method \
|
|
67
|
select medium
|
|
68
|
xserver-xorg xserver-xorg/config/monitor/mode-list \
|
|
69
|
select 1024x768 @ 60 Hz
|
|
70
|
|