From 07df46854b995b9964d624bf689e754f5664722a Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 26 Feb 2012 23:51:31 +0000 Subject: Fix preseeding for keyboard-configuration, choice part --- nl/appendix/preseed.xml | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'nl') diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml index 7852323b8..d54a367da 100644 --- a/nl/appendix/preseed.xml +++ b/nl/appendix/preseed.xml @@ -756,36 +756,23 @@ d-i debian-installer/locale string en_US -Keyboard configuration consists of selecting a keyboard architecture and a -keymap. In most cases the correct keyboard architecture is selected by -default, so there's normally no need to preseed it. The keymap must -be known to the &d-i; for the selected keyboard architecture. +Keyboard configuration consists of selecting a keymap. # Keyboard selection. -#d-i console-tools/archs select at -d-i console-keymaps-at/keymap select us -d-i keyboard-configuration/xkb-keymap select us -# Example for a different keyboard architecture -#d-i console-keymaps-usb/keymap select mac-usb-us +# keymap is an alias for keyboard-configuration/xkb-keymap +d-i keymap select us To skip keyboard configuration, preseed -console-tools/archs with +keymap with skip-config. This will result in the kernel keymap remaining active. - - -The changes in the input layer for 2.6 kernels have made the keyboard -architecture virtually obsolete. For 2.6 kernels normally a PC -(at) keymap should be selected. - - -- cgit v1.2.3