aboutsummaryrefslogtreecommitdiffstats
path: root/packages/altboot/files/altboot.rc/loadkeymap.sh
blob: f9a7774549fa234218a2388c969582d1fa3c7273 (plain)
1
2
3
4
5
#!/bin/sh

# Note: With kernel 2.6 the standard keymap is unusable
test -x /etc/init.d/keymap && /etc/init.d/keymap start >/dev/null 2>&1