|
1 |
| -#d-i anna/choose_modules string network-console |
2 |
| -#d-i network-console/password password password++ |
3 |
| -#d-i network-console/password-again password password++ |
4 |
| -#d-i network-console/start select continue |
5 |
| -d-i debian-installer/locale string en_US |
6 |
| -d-i console-keymaps-at/keymap select us |
7 |
| -d-i console-setup/ask_detect boolean false |
| 1 | +d-i debian-installer/country string US |
| 2 | +d-i debian-installer/locale string en_US.UTF-8 |
| 3 | +d-i debian-installer/language string en |
8 | 4 | d-i keyboard-configuration/xkb-keymap select us
|
9 |
| -d-i keyboard-configuration/layoutcode string us |
| 5 | +d-i passwd/user-fullname string |
| 6 | +d-i passwd/username string debian |
| 7 | +d-i passwd/root-password password password++ |
| 8 | +d-i passwd/root-password-again password password++ |
| 9 | +d-i passwd/user-password password debian++ |
| 10 | +d-i passwd/user-password-again password debian++ |
| 11 | +d-i user-setup/allow-password-weak boolean true |
10 | 12 | d-i netcfg/choose_interface select auto
|
11 |
| -d-i netcfg/get_hostname string noconfigured |
12 |
| -d-i netcfg/get_domain string example.com |
13 |
| -d-i netcfg/no_default_route boolean true |
| 13 | +d-i netcfg/get_hostname string unassigned-hostname |
| 14 | +d-i netcfg/get_domain string unassigned-domain |
14 | 15 | d-i mirror/country string manual
|
15 |
| -d-i mirror/protocol string http |
16 | 16 | d-i mirror/http/hostname string 10.0.0.1:3142
|
17 |
| -d-i mirror/http/directory string /debian/ |
| 17 | +d-i mirror/http/directory string /debian |
18 | 18 | d-i mirror/http/proxy string
|
19 |
| -d-i mirror/suite string wheezy |
20 |
| -d-i time/zone string Europe/Paris |
21 | 19 | d-i clock-setup/utc boolean true
|
22 | 20 | d-i clock-setup/ntp boolean true
|
| 21 | +d-i time/zone string Europe/Paris |
| 22 | +d-i partman/confirm boolean true |
| 23 | +d-i partman/choose_partition select finish |
| 24 | +d-i partman/confirm_nooverwrite boolean true |
23 | 25 | d-i partman-auto/disk string /dev/sda
|
24 | 26 | d-i partman-auto/method string regular
|
25 | 27 | d-i partman-lvm/device_remove_lvm boolean true
|
26 |
| -#d-i partman-md/device_remove_md boolean true |
27 |
| -#d-i partman-auto-lvm/guided_size string 200G |
28 |
| -d-i partman-auto/choose_recipe select atomic |
29 |
| -d-i partman/default_filesystem string ext4 |
30 |
| -#d-i partman-auto/expert_recipe string \ |
31 |
| -# debile-blade :: \ |
32 |
| -# 500 10000 1000000000 ext4 \ |
33 |
| -# method{ format } format{ } \ |
34 |
| -# use_filesystem{ } filesystem{ ext4 } \ |
35 |
| -# mountpoint{ / } \ |
36 |
| -#. \ |
37 |
| -# 64 512 300% linux-swap \ |
38 |
| -# method{ swap } format{ } \ |
| 28 | +d-i partman-lvm/confirm boolean true |
| 29 | +d-i partman-lvm/confirm_nooverwrite boolean true |
| 30 | +d-i partman-auto-lvm/guided_size string max |
39 | 31 | d-i partman-partitioning/confirm_write_new_label boolean true
|
40 |
| -d-i partman/choose_partition select finish |
41 |
| -d-i partman/confirm boolean true |
42 |
| -d-i partman/confirm_nooverwrite boolean true |
43 |
| -d-i passwd/root-login boolean true |
44 |
| -d-i passwd/make-user boolean false |
45 |
| -d-i passwd/root-password password password++ |
46 |
| -d-i passwd/root-password-again password password++ |
47 |
| -#d-i user-setup/allow-password-weak boolean true |
48 |
| -#d-i apt-setup/restricted boolean true |
| 32 | +d-i grub-installer/grub2_instead_of_grub_legacy boolean true |
| 33 | +d-i grub-installer/only_debian boolean true |
| 34 | +d-i grub-installer/bootdev string /dev/[sv]da |
49 | 35 | tasksel tasksel/first multiselect standard
|
50 | 36 | d-i pkgsel/include string openssh-server curl lsb-release ntp
|
51 | 37 | d-i grub-installer/only_debian boolean true
|
52 | 38 | d-i grub-installer/with_other_os boolean true
|
53 |
| -popularity-contest popularity-contest/participate boolean false |
54 | 39 | d-i finish-install/reboot_in_progress note
|
55 | 40 | # Once the installation is done we'll set the system up for some firstboot
|
56 | 41 | # magic.
|
|
0 commit comments