Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Added support for kbdtype to automatically set prefered keyboard bind…
Browse files Browse the repository at this point in the history
…ings
  • Loading branch information
jryberg committed May 6, 2012
1 parent 08a9df0 commit 044a795
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions initial-conf/rc.initial
Expand Up @@ -157,6 +157,11 @@ echo "."

touch /var/run/utmp

# Set kbd
if [ -f /sbin/kbd -a -f /etc/kbdtype ]; then
kbd `cat /etc/kbdtype`
fi

if [ -f /etc/sysctl.conf ]; then
(
# delete comments and blank lines
Expand Down

0 comments on commit 044a795

Please sign in to comment.