diff options
Diffstat (limited to 'install/passwd')
-rw-r--r-- | install/passwd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/install/passwd b/install/passwd new file mode 100644 index 0000000..b2b067a --- /dev/null +++ b/install/passwd @@ -0,0 +1,11 @@ +#!/bin/sh + +build() { + add_runscript + add_binary usermod + add_binary chpasswd +} + +help() { + echo "This hook changes password from inside initramfs." +} |