59 d-i keyboard-configuration/unsupported_layout boolean true |
59 d-i keyboard-configuration/unsupported_layout boolean true |
60 d-i keyboard-configuration/unsupported_options boolean true |
60 d-i keyboard-configuration/unsupported_options boolean true |
61 d-i keyboard-configuration/variant select |
61 d-i keyboard-configuration/variant select |
62 d-i keyboard-configuration/variant select Deutsch |
62 d-i keyboard-configuration/variant select Deutsch |
63 d-i keyboard-configuration/variantcode string |
63 d-i keyboard-configuration/variantcode string |
64 d-i keyboard-configuration/xkb-keymap select de-latin1-nodeadkeys |
64 #d-i keyboard-configuration/xkb-keymap select de-latin1-nodeadkeys |
|
65 d-i keyboard-configuration/xkb-keymap select de |
65 d-i localechooser/continentlist select |
66 d-i localechooser/continentlist select |
66 d-i localechooser/countrylist/Africa select |
67 d-i localechooser/countrylist/Africa select |
67 d-i localechooser/countrylist/Antarctica select |
68 d-i localechooser/countrylist/Antarctica select |
68 d-i localechooser/countrylist/Asia select |
69 d-i localechooser/countrylist/Asia select |
69 d-i localechooser/countrylist/Atlantic_Ocean select |
70 d-i localechooser/countrylist/Atlantic_Ocean select |
140 d-i preseed/include/checksum string |
141 d-i preseed/include/checksum string |
141 d-i preseed/include_command string |
142 d-i preseed/include_command string |
142 d-i preseed/interactive boolean false |
143 d-i preseed/interactive boolean false |
143 d-i preseed/late_command string \ |
144 d-i preseed/late_command string \ |
144 in-target perl -i.bak -ne 'print unless /^deb cdrom:/' /etc/apt/sources.list; \ |
145 in-target perl -i.bak -ne 'print unless /^deb cdrom:/' /etc/apt/sources.list; \ |
145 in-target apt-get -y update && in-target apt-get -y upgrade |
146 in-target apt-get -y update && in-target apt-get -y upgrade; \ |
|
147 in-target apt-get -y dist-upgrade; \ |
|
148 in-target sh -c 'cd /tmp && wget -O- https://ssl.schlittermann.de/pkg/Generate-Hostname-0.01.tar.gz | tar xzf -'; \ |
|
149 in-target sh -c 'cd /tmp/Generate-Hostname-0.01 && perl Build.PL && ./Build install'; \ |
|
150 in-target sh -c 'hostname `/usr/local/bin/genhostname`'; \ |
|
151 in-target sh -c 'hostname > /etc/hostname'; \ |
|
152 in-target perl -i.bak -pe 's/debian/'`hostname`'/g' /etc/hosts; |
146 d-i preseed/load_error error |
153 d-i preseed/load_error error |
147 d-i preseed/retrieve_error error |
154 d-i preseed/retrieve_error error |
148 d-i preseed/run string |
155 d-i preseed/run string |
149 d-i rescue/enable boolean false |
156 d-i rescue/enable boolean false |
150 d-i retriever/cdrom/error boolean true |
157 d-i retriever/cdrom/error boolean true |
160 d-i mirror/http/proxy string |
167 d-i mirror/http/proxy string |
161 |
168 |
162 d-i grub-installer/only_debian boolean true |
169 d-i grub-installer/only_debian boolean true |
163 d-i grub-installer/with_other_os boolean true |
170 d-i grub-installer/with_other_os boolean true |
164 |
171 |
|
172 grub-installer grub-installer/choose_bootdev select /dev/sda |
|
173 |
165 tzsetup-udeb time/zone select Europe/Berlin |
174 tzsetup-udeb time/zone select Europe/Berlin |
166 user-setup-udeb passwd/root-login boolean false |
175 user-setup-udeb passwd/root-login boolean false |
167 user-setup-udeb passwd/user-fullname string Hans Hanson |
176 user-setup-udeb passwd/user-fullname string Hans Hanson |
168 user-setup-udeb passwd/username string hans |
177 user-setup-udeb passwd/username string hans |
169 user-setup-udeb passwd/user-password-crypted password $1$LRE4nOM/$llgLR1JiMANyEPmf/K3r10 |
178 user-setup-udeb passwd/user-password-crypted password $1$LRE4nOM/$llgLR1JiMANyEPmf/K3r10 |