summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormaxnet <bos@je-eigen-domein.nl>2022-01-12 15:37:32 +0100
committerGitHub <noreply@github.com>2022-01-12 08:37:32 -0600
commit5147e8d4764e368ab8ccea7433b02e4ff9d6c901 (patch)
treeb16949cebf383364cd26a8c2fef95bd11e4e2ca7 /config
parent42b938e8ff4c50833ff7b8f5acc1d9ab3f43ab18 (diff)
downloadvyos-cloud-init-5147e8d4764e368ab8ccea7433b02e4ff9d6c901.tar.gz
vyos-cloud-init-5147e8d4764e368ab8ccea7433b02e4ff9d6c901.zip
Add new config module to set keyboard layout (#1176)
Adds a new module to allow setting keyboard layout, for use-cases in which cloud-init is used to configure OS images meant for physical computers instead of the cloud. This initial release only implements support for Linux distributions that allow layout to be set through systemd's localectl. LP: #1951593
Diffstat (limited to 'config')
-rw-r--r--config/cloud.cfg.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cloud.cfg.tmpl b/config/cloud.cfg.tmpl
index 741b23d5..37c223f3 100644
--- a/config/cloud.cfg.tmpl
+++ b/config/cloud.cfg.tmpl
@@ -107,6 +107,7 @@ cloud_config_modules:
{% endif %}
{% if variant not in ["photon"] %}
- ssh-import-id
+ - keyboard
- locale
{% endif %}
- set-passwords