n900: Setup only the busybox keymap.

This commit is contained in:
parazyd 2018-02-24 16:50:19 +01:00
parent b652a4b642
commit 10bd90d781
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 2 additions and 4 deletions

View File

@ -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