set up locale keyboard ? #1177
-
|
Hello Friends, Im not testing the ISO on my environnement (vsphere 7, booting on ISO, only console mode avaible wrt / network constraint). Is there a way to configure the keyboard for my local (fr). |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
|
Bonjour! If you are using a systemd-based derivative (All flavors except alpine) you should be able to use the so for example you would set this in your config to have it run and set the keyboard: For Ubuntu systems which dont have the systemd-firstboot service, a simple |
Beta Was this translation helpful? Give feedback.
-
|
Merci @Itxaka :-) |
Beta Was this translation helpful? Give feedback.
-
|
Here is my OsArtifact: |
Beta Was this translation helpful? Give feedback.
-
|
For everyone finding this in the future, on alpine this works: stages:
boot:
- name: Setup Keymap
commands:
- echo 'KEYMAP="/usr/share/bkeymaps/de/de.bmap.gz"' > /etc/conf.d/loadkmap && rc-service loadkmap restartjust look up your keymap in |
Beta Was this translation helpful? Give feedback.
Bonjour!
If you are using a systemd-based derivative (All flavors except alpine) you should be able to use the
systemd-firstboot key to set the keyboardhttps://github.com/mudler/yip#stagesstageidstepnsystemd_firstboot`so for example you would set this in your config to have it run and set the keyboard:
For Ubuntu systems which dont have the systemd-firstboot service, a simple
loadkeysin the boot stage to load the keymap should work: