mirror of https://github.com/parazyd/arm-sdk.git
n900: Setup only the busybox keymap.
This commit is contained in:
parent
b652a4b642
commit
10bd90d781
|
|
@ -1,6 +1,4 @@
|
|||
# Setup Nokia N900 keymap either on console or Xorg
|
||||
if [ -n "$DISPLAY" ]; then
|
||||
setxkbmap -rules evdev -model nokiarx51 -layout us -variant ",qwerty"
|
||||
else
|
||||
# Setup Nokia N900 keymap either on console.
|
||||
if ! [ -n "$DISPLAY" ]; then
|
||||
/bin/busybox loadkmap < /etc/nokia-n900.kmap
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue