-
Notifications
You must be signed in to change notification settings - Fork 10
grml-setkeyboard: deprecate #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
usr_sbin/grml-config-root
Outdated
@@ -40,7 +40,7 @@ case $retval in | |||
exec grml-setlang | |||
fi | |||
if [ "$MENU" = "grml-setkeyboard" ]; then | |||
exec grml-setkeyboard | |||
exec dpkg-reconfigure keyboard-configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe I'm holding it wrong, but tried to test this inside a VM by choosing German (Austria)
keyboard, but doesn't seem to end up with such a keyboard setting then (tested inside tty1`), not claiming that my environment might be the problem, but I'd like further verification/testing yet before shipping that :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for testing :-/
Apparently console-setup doesn't bother to apply the new settings after debconf exits. I'll spare you the details 😱
Added a restart of console-setup.service, that seems to do it.
11ddec6
to
f9d8e95
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wasn't aware of this console-setup.service restart behavor, TIL :)
Point users towards grml-lang and dpkg-reconfigure keyboard-configuration instead. Closes: #10
f9d8e95
to
9ac2d55
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx!
Point users towards grml-lang and dpkg-reconfigure keyboard-configuration instead.
Closes: #10