Skip to content

Instantly share code, notes, and snippets.

@gertcuykens
Created October 17, 2012 16:29
Show Gist options
  • Save gertcuykens/3906553 to your computer and use it in GitHub Desktop.
Save gertcuykens/3906553 to your computer and use it in GitHub Desktop.
/etc/rc.local
#!/bin/sh -e
INITTY=/dev/tty[1-8]
for tty in $INITTY; do
setleds -D +num < $tty
done
#loadkeys /usr/share/keymaps/i386/azerty/fr-latin1.map.gz
loadkeys /usr/share/keymaps/tty-gert
X &
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment