diff -r e134ac59ca1c -r 6a347acc9050 ith-jessy.cfg --- a/ith-jessy.cfg Thu Dec 11 10:17:25 2014 +0100 +++ b/ith-jessy.cfg Thu Dec 11 14:38:51 2014 +0100 @@ -61,7 +61,8 @@ d-i keyboard-configuration/variant select d-i keyboard-configuration/variant select Deutsch d-i keyboard-configuration/variantcode string -d-i keyboard-configuration/xkb-keymap select de-latin1-nodeadkeys +#d-i keyboard-configuration/xkb-keymap select de-latin1-nodeadkeys +d-i keyboard-configuration/xkb-keymap select de d-i localechooser/continentlist select d-i localechooser/countrylist/Africa select d-i localechooser/countrylist/Antarctica select @@ -144,6 +145,7 @@ d-i preseed/late_command string \ in-target perl -i.bak -ne 'print unless /^deb cdrom:/' /etc/apt/sources.list; \ in-target apt-get -y update && in-target apt-get -y upgrade; \ + in-target apt-get -y dist-upgrade; \ in-target sh -c 'cd /tmp && wget -O- https://ssl.schlittermann.de/pkg/Generate-Hostname-0.01.tar.gz | tar xzf -'; \ in-target sh -c 'cd /tmp/Generate-Hostname-0.01 && perl Build.PL && ./Build install'; \ in-target sh -c 'hostname `/usr/local/bin/genhostname`'; \ @@ -168,6 +170,8 @@ d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true +grub-installer grub-installer/choose_bootdev select /dev/sda + tzsetup-udeb time/zone select Europe/Berlin user-setup-udeb passwd/root-login boolean false user-setup-udeb passwd/user-fullname string T. Eilnehmer