diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-15 09:56:42 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-15 09:56:42 +0100 |
commit | a1a1afc52077fa1f1bc8f96ce799bcd836816e3d (patch) | |
tree | ba0fb1d0c0c1ccd8211bdd27747cfaefd9a1d16f /docs/system | |
parent | a9335b16639635dfe0a92ff68cf3f6a41c572949 (diff) | |
download | vyos-documentation-a1a1afc52077fa1f1bc8f96ce799bcd836816e3d.tar.gz vyos-documentation-a1a1afc52077fa1f1bc8f96ce799bcd836816e3d.zip |
system: document keyboard-layout in options chapter
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/options.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/system/options.rst b/docs/system/options.rst index 68f715c0..1b95a101 100644 --- a/docs/system/options.rst +++ b/docs/system/options.rst @@ -38,6 +38,25 @@ HTTP client .. note:: `source-address` and `source-interface` can not be used at the same time. +*************** +Keyboard Layout +*************** + +When starting a VyOS live system (the installation CD) the configured keyboard +layout defaults to US. As this might not suite everyones use case you can adjust +the used keyboard layout on the system console. + +.. cfgcmd:: set system options keyboard-layout <us | fr | de | fi | no | dk> + + Change system keyboard layout to given language. + + Defaults to ``us``. + + .. note:: Changing the keymap only has an effect on the system console, using + SSH oder Serial remote access to the device is not affected as the keyboard + layout here corresponds to your access system. + +.. _system_options_performance: *********** Performance |