summaryrefslogtreecommitdiff
path: root/nl
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2012-02-26 23:51:31 +0000
committerSamuel Thibault <sthibault@debian.org>2012-02-26 23:51:31 +0000
commit07df46854b995b9964d624bf689e754f5664722a (patch)
tree2725abc029678d656f275018fe6ed3e87e4ff0fc /nl
parentf2df7e8069258eb23731bbbcecbe88d4fd25430e (diff)
downloadinstallation-guide-07df46854b995b9964d624bf689e754f5664722a.zip
Fix preseeding for keyboard-configuration, choice part
Diffstat (limited to 'nl')
-rw-r--r--nl/appendix/preseed.xml21
1 files changed, 4 insertions, 17 deletions
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
</para><para>
-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.
<informalexample role="example"><screen>
# 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
</screen></informalexample>
</para><para>
To skip keyboard configuration, preseed
-<classname>console-tools/archs</classname> with
+<classname>keymap</classname> with
<userinput>skip-config</userinput>.
This will result in the kernel keymap remaining active.
</para>
-<note><para>
-
-The changes in the input layer for 2.6 kernels have made the keyboard
-architecture virtually obsolete. For 2.6 kernels normally a <quote>PC</quote>
-(<userinput>at</userinput>) keymap should be selected.
-
-</para></note>
</sect2>
<sect2 id="preseed-network">