run shadowconfig
authorMichael Prokop <mika@grml.org>
Fri, 3 Nov 2006 10:42:06 +0000 (11:42 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 3 Nov 2006 10:42:06 +0000 (11:42 +0100)
chroot-script

index 9de9aad..0ced334 100644 (file)
@@ -35,7 +35,9 @@ if [ -n "$RECONFIGURE" ] ; then
 fi
 
 # set password of user root
 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
 passwd
 
 if ! [ -f /etc/hosts ] ; then