Hello Samuel, Am 20.01.2011 01:44, schrieb Samuel Thibault: > Christian PERRIER, le Wed 19 Jan 2011 18:29:33 +0100, a écrit : >> Quoting Dennis Hoppe (dennis.ho...@credativ.de): >>> the Debian Installer at the current daily squeeze build asks for the >>> parameter "keyboard-configuration/variant". >>> >>> I have added the following line to my preseed config, but it would be >>> nice if those changes would be mentioned at the preseed_example.txt on >>> http://www.debian.org/releases/testing/example-preseed.txt. >>> >>> keyboard-configuration keyboard-configuration/variant select Deutschland >> >> Yes, apparently, there's no example about keyboard-configuration in >> the pressed documentation in the Installation Guide. > > I have added some the other day. > > Dennis, can you confirm that > > d-i console-keymaps-at/keymap select us > d-i keyboard-configuration/xkb-keymap select us > > is enough?
unfortunately that is not enough. The parmeter "d-i keyboard-configuration/variant select Deutschland" is necessary. The following config works for me. #### Contents of the preconfiguration file (for squeeze) ### Localization # Preseeding only locale sets language, country and locale. d-i debian-installer/locale string de_DE.UTF-8 d-i keyboard-configuration/variant select Deutschland d-i keyboard-configuration/xkb-keymap select de # The values can also be preseeded individually for greater flexibility. #d-i debian-installer/language string en #d-i debian-installer/country string NL #d-i debian-installer/locale string en_GB.UTF-8 # Optionally specify additional locales to be generated. #d-i localechooser/supported-locales en_US.UTF-8, nl_NL.UTF-8 # Keyboard selection. #d-i console-tools/archs select at d-i console-keymaps-at/keymap select de-latin1-nodeadkeys # Example for a different keyboard architecture #d-i console-keymaps-usb/keymap select mac-usb-us ... Regards, Dennis
signature.asc
Description: OpenPGP digital signature