From 633314928242979de3c6f315eefc86aef134b91f Mon Sep 17 00:00:00 2001 From: Hal Emmerich Date: Wed, 9 Jan 2019 15:05:50 -0600 Subject: [PATCH] Have the user set a root password --- scripts/InstallScripts/InstallPackages.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/InstallScripts/InstallPackages.sh b/scripts/InstallScripts/InstallPackages.sh index 718a14e..72cadc7 100755 --- a/scripts/InstallScripts/InstallPackages.sh +++ b/scripts/InstallScripts/InstallPackages.sh @@ -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: "