diff options
author | Samuel Thibault <sthibault@debian.org> | 2012-02-26 23:51:31 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2012-02-26 23:51:31 +0000 |
commit | 07df46854b995b9964d624bf689e754f5664722a (patch) | |
tree | 2725abc029678d656f275018fe6ed3e87e4ff0fc /en | |
parent | f2df7e8069258eb23731bbbcecbe88d4fd25430e (diff) | |
download | installation-guide-07df46854b995b9964d624bf689e754f5664722a.zip |
Fix preseeding for keyboard-configuration, choice part
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 1f153c20a..f02d7be11 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -769,37 +769,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 -# keymap is an alias for console-keymaps-at +# keymap is an alias for keyboard-configuration/xkb-keymap d-i 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 </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"> |