Have the user set a root password

This commit is contained in:
Hal Emmerich 2019-01-09 15:05:50 -06:00
parent 7259ebf426
commit 6333149282

View File

@ -109,6 +109,10 @@ systemctl enable fstrim.timer
dmesg -D
#Have the user set a root password
echo " Enter a password for the root user"
passwd
#Force a safe username
while true; do
echo " Enter new username: "