Hello,
no one mentioned a problem I had on two different installations of this Debian Stretch minimal : although I used several times :
the keyboard layout does not change and remains the English one.
In /etc/default/keyboard, I have the right values :
XKBMODEL = "pc105"
XKBLAYOUT = "fr"
I tried different settings with no effect.
Answer to my question
The answer is that setupcon is missing. Without it, the console cannot make use of the keyboard settings.
may be there are other ways, but the way I found to install it is to install : console-setup
After that
And the keyboard is French.
no one mentioned a problem I had on two different installations of this Debian Stretch minimal : although I used several times :
Code:
dpkg-reconfigure keyboard-configuration
the keyboard layout does not change and remains the English one.
In /etc/default/keyboard, I have the right values :
XKBMODEL = "pc105"
XKBLAYOUT = "fr"
I tried different settings with no effect.
Answer to my question
The answer is that setupcon is missing. Without it, the console cannot make use of the keyboard settings.
may be there are other ways, but the way I found to install it is to install : console-setup
After that
Code:
sudo setupcon
And the keyboard is French.