diff options
author | Samuel Thibault <sthibault@debian.org> | 2014-04-19 23:33:52 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2014-04-19 23:33:52 +0000 |
commit | 00b24c6f92bbf220bf41e073845961f58dbab308 (patch) | |
tree | 7b95f87a5759160a50b72ec86baf0d5e4342cb2a /cs | |
parent | 227e58aa4435a17d80f74d6957b0e14057012af9 (diff) | |
download | installation-guide-00b24c6f92bbf220bf41e073845961f58dbab308.zip |
Do not document a "d-i keymap" alias
it does not work, only the bootcommand keymap alias works.
Diffstat (limited to 'cs')
-rw-r--r-- | cs/appendix/preseed.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cs/appendix/preseed.xml b/cs/appendix/preseed.xml index 24a76422f..388fca3e9 100644 --- a/cs/appendix/preseed.xml +++ b/cs/appendix/preseed.xml @@ -849,8 +849,7 @@ keyboard-configuration</command>. <informalexample role="example"><screen> # Výběr klávesnice. -# keymap je alias pro keyboard-configuration/xkb-keymap -d-i keymap select cz +d-i keyboard-configuration/xkb-keymap select cz # d-i keyboard-configuration/toggle select No toggling </screen></informalexample> |