summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2019-12-16 12:45:56 +0100
committerxengineering <mail2xengineering@protonmail.com>2019-12-16 12:45:56 +0100
commit00c5807c02039e38783147666c7d3466529b6d48 (patch)
tree41faef65f6ee016f89beff79e453d9df8920db4f
parentb5f5612309f60c3d06d0fdd26072739196eba611 (diff)
downloadarchinstall-00c5807c02039e38783147666c7d3466529b6d48.tar
archinstall-00c5807c02039e38783147666c7d3466529b6d48.tar.zst
archinstall-00c5807c02039e38783147666c7d3466529b6d48.zip
User configuration implemented.
-rw-r--r--util/configure_users.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/configure_users.sh b/util/configure_users.sh
index 62bd17a..4c5f4ea 100644
--- a/util/configure_users.sh
+++ b/util/configure_users.sh
@@ -31,6 +31,6 @@ echo "${admin_username}:${default_password}" | chpasswd
sed -i '/%wheel ALL=(ALL) ALL/s/^# //g' /etc/sudoers # activate wheel group
# by uncommenting special
# line in sudoers file
-# passwd -l root # lock the root account if changing /etc/sudoers is implemented
+passwd -l root # lock the root account
echo "Configured users - OK"