aboutsummaryrefslogtreecommitdiffstats
path: root/install/chkeymap
blob: 13980641babd5cd9341dcae5f29bf43460892ae0 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

build() {
	add_runscript
}

help() {
	echo "This hook changes system keymap and timezone from inside initramfs."
}