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
|
# Setup Nokia N900 keymap either on console.
|
||||||
if [ -n "$DISPLAY" ]; then
|
if ! [ -n "$DISPLAY" ]; then
|
||||||
setxkbmap -rules evdev -model nokiarx51 -layout us -variant ",qwerty"
|
|
||||||
else
|
|
||||||
/bin/busybox loadkmap < /etc/nokia-n900.kmap
|
/bin/busybox loadkmap < /etc/nokia-n900.kmap
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue