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). |
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 |
|
Merci @Itxaka :-) |
|
Here is my OsArtifact: |
|
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 |
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: