From 401cadc18d81e0a7006e7fca519de688983d2b06 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 3 Nov 2006 11:42:06 +0100 Subject: [PATCH] run shadowconfig --- chroot-script | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chroot-script b/chroot-script index 9de9aad..0ced334 100644 --- a/chroot-script +++ b/chroot-script @@ -35,7 +35,9 @@ if [ -n "$RECONFIGURE" ] ; then fi # set password of user root -# shadowconfig +echo "Activating shadow passwords." +shadowconfig on +echo "Setting password for user root:" passwd if ! [ -f /etc/hosts ] ; then -- 2.1.4