aboutsummaryrefslogtreecommitdiffstats
path: root/install/passwd
blob: b2b067ac207f2de3ed9b1e91d5b0c37393366244 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

build() {
	add_runscript
	add_binary usermod
	add_binary chpasswd
}

help() {
	echo "This hook changes password from inside initramfs."
}