diff options
author | Samuel Thibault <sthibault@debian.org> | 2012-02-27 00:08:39 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2012-02-27 00:08:39 +0000 |
commit | 894ac915d06cee7a37f2c5f28234e2cbad5fe327 (patch) | |
tree | 2a35c54ed81ef022bb19d8df02e58b10ca757978 /en/appendix | |
parent | 07df46854b995b9964d624bf689e754f5664722a (diff) | |
download | installation-guide-894ac915d06cee7a37f2c5f28234e2cbad5fe327.zip |
Fix preseeding for keyboard-configuration, toggle part.
Diffstat (limited to 'en/appendix')
-rw-r--r-- | en/appendix/preseed.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index f02d7be11..25a371432 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -769,12 +769,14 @@ d-i debian-installer/locale string en_US </para><para> -Keyboard configuration consists of selecting a keymap. +Keyboard configuration consists of selecting a keymap and, for non-latin +keymaps, a toggle key to switch between the non-latin keymap and the US keymap. <informalexample role="example"><screen> # Keyboard selection. # keymap is an alias for keyboard-configuration/xkb-keymap d-i keymap select us +# d-i keyboard-configuration/toggle select No toggling </screen></informalexample> </para><para> |