Skip to content

Instantly share code, notes, and snippets.

@gnubyexample
Created March 6, 2012 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnubyexample/1986453 to your computer and use it in GitHub Desktop.
Save gnubyexample/1986453 to your computer and use it in GitHub Desktop.
console keyboard as you like on Debian and derivatives
#!/bin/dash
apt-get install console-setup
# If you want /etc/default/keyboard populated first then you might precede above with
# apt-get install keyboard-configuration console-setup-mini
XKBMODEL="pc105"
XKBLAYOUT="gb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment