aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-05-27 11:37:25 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-05-27 11:37:25 +0200
commit4d4cdfc22760b68f0e3f9c62437ef7a2f0438d60 (patch)
tree781afc3a5cfaf1fa42fddc8963d1b5efd597181f /install
parentff6760bac19257d350293f4219e8ad2b65c614a3 (diff)
downloadmkinitcpio-passwd-4d4cdfc22760b68f0e3f9c62437ef7a2f0438d60.tar.gz
mkinitcpio-passwd-4d4cdfc22760b68f0e3f9c62437ef7a2f0438d60.tar.zst
Initial import0.1.0
Diffstat (limited to 'install')
-rw-r--r--install/passwd11
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."
+}