remove pass for root

This commit is contained in:
brent s. 2014-12-21 11:46:10 -05:00
parent 830f0c9cc9
commit b6c30b6b6c
1 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,8 @@ EOF
then
${CHROOTCMD} ${i}/ echo "${REGUSR}:${REGUSR_PASS}" | chpasswd -e
fi
# COMMENT THIS LINE IF YOU WANT TO SET A ROOT PASSWORD
${CHROOTCMD} ${i}/ usermod -L root
echo "Done."
done