aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-05-27 11:55:47 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-05-27 11:55:47 +0200
commiteb3abcaf76209364b85dd5cd1e3afe39b525b1db (patch)
tree2def61b6209150772da68cb65a9e49d1f99a33dc /install
parent3ca6032ac8e930e323fce9fa720fc22ed8137275 (diff)
downloadmkinitcpio-chkeymap-eb3abcaf76209364b85dd5cd1e3afe39b525b1db.tar.gz
mkinitcpio-chkeymap-eb3abcaf76209364b85dd5cd1e3afe39b525b1db.tar.zst
Initial import0.1.0
Diffstat (limited to 'install')
-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."
+}