* Don't do "kbd_mode -u" because it kicks the X server out of raw

mode, and isn't needed anyway.

svn path=/nixos/trunk/; revision=21182
This commit is contained in:
Eelco Dolstra 2010-04-20 14:35:12 +00:00
parent 2936d7062d
commit 6c16ff29a5

View File

@ -88,7 +88,10 @@ in
done
# Set the keyboard driver in UTF-8 mode.
${pkgs.kbd}/bin/kbd_mode -u
# !!! Commented out because it running this while the X
# server is running kicks the X server out of raw mode.
# UTF-8 mode is the default nowadays anyway.
# ${pkgs.kbd}/bin/kbd_mode -u
else