diff options
author | Christian Hesse <mail@eworm.de> | 2013-05-27 11:55:47 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-05-27 11:55:47 +0200 |
commit | eb3abcaf76209364b85dd5cd1e3afe39b525b1db (patch) | |
tree | 2def61b6209150772da68cb65a9e49d1f99a33dc /install/chkeymap | |
parent | 3ca6032ac8e930e323fce9fa720fc22ed8137275 (diff) | |
download | mkinitcpio-chkeymap-0.1.0.tar.gz (sig) mkinitcpio-chkeymap-0.1.0.tar.zst (sig) |
Initial import0.1.0
Diffstat (limited to 'install/chkeymap')
-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." +} |