aboutsummaryrefslogtreecommitdiffstats
path: root/install/chkeymap
diff options
context:
space:
mode:
Diffstat (limited to 'install/chkeymap')
-rw-r--r--install/chkeymap9
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."
+}