run shadowconfig
[grml-debootstrap.git] / chroot-script
index 9de9aad..0ced334 100644 (file)
@@ -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