index
:
blackbird-op-build
04-16-2019
Blackbird™ OpenPOWER build framework
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
openpower
/
package
/
loadkeys
/
S16-keymap
blob: aa3f068d4eaf5f16bcbfa255263231be7689ad5e (
plain
)
1
2
3
4
5
6
7
8
9
#!/bin/sh case "$1" in start) loadkeys /etc/kbd/config ;; esac exit 0