diff options
author | Christian Hesse <mail@eworm.de> | 2013-05-27 11:37:25 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-05-27 11:37:25 +0200 |
commit | 4d4cdfc22760b68f0e3f9c62437ef7a2f0438d60 (patch) | |
tree | 781afc3a5cfaf1fa42fddc8963d1b5efd597181f /install/passwd | |
parent | ff6760bac19257d350293f4219e8ad2b65c614a3 (diff) | |
download | mkinitcpio-passwd-76c1dca1eb44155e498c76da0fc872918ee1e196.tar.gz (sig) mkinitcpio-passwd-76c1dca1eb44155e498c76da0fc872918ee1e196.tar.zst (sig) |
Initial import0.1.0
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." +} |