diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/chkeymap | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/install/chkeymap b/install/chkeymap new file mode 100644 index 0000000..1398064 --- /dev/null +++ b/install/chkeymap @@ -0,0 +1,9 @@ +#!/bin/sh + +build() { + add_runscript +} + +help() { + echo "This hook changes system keymap and timezone from inside initramfs." +} |