Run /etc/rc.d/syscons restart when a usb keyboard is attached so that the
keymap and other settings are correct.
This commit is contained in:
parent
cc8c6970fd
commit
709acd0300
@ -60,7 +60,7 @@ detach 100 {
|
||||
# When a USB keyboard arrives, attach it as the console keyboard.
|
||||
attach 100 {
|
||||
device-name "ukbd0";
|
||||
action "kbdcontrol -k /dev/ukbd0 < /dev/console";
|
||||
action "kbdcontrol -k /dev/ukbd0 < /dev/console && /etc/rc.d/syscons restart";
|
||||
};
|
||||
detach 100 {
|
||||
device-name "ukbd0";
|
||||
|
Loading…
x
Reference in New Issue
Block a user