]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/altboot/files/altboot.rc/loadkeymap.sh
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / altboot / files / altboot.rc / loadkeymap.sh
1 #!/bin/sh
2
3 # Note: With kernel 2.6 the standard keymap is unusable
4 test -x /etc/init.d/keymap && /etc/init.d/keymap start >/dev/null 2>&1 
5
6 # Do not exit w/ errorcode when the if above fails
7 /bin/true
8