From 4d4cdfc22760b68f0e3f9c62437ef7a2f0438d60 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 27 May 2013 11:37:25 +0200 Subject: Initial import --- install/passwd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 install/passwd (limited to 'install/passwd') 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." +} -- cgit v1.2.3-54-g00ecf