From f692add983ba372d500de18ac6f78e7a44ff8f94 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 30 Apr 2024 10:42:00 +0530 Subject: [PATCH] do user setup "correctly" --- components/users.xml | 4 ++-- config.sh | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/components/users.xml b/components/users.xml index e126074..902f47c 100644 --- a/components/users.xml +++ b/components/users.xml @@ -1,6 +1,6 @@ - - + + diff --git a/config.sh b/config.sh index b333d50..1045a2e 100755 --- a/config.sh +++ b/config.sh @@ -33,12 +33,6 @@ echo 'uninitialized' > /etc/machine-id ## remove random seed, the newly installed instance should make its own rm -f /var/lib/systemd/random-seed -#====================================== -# Delete & lock the root user password -#-------------------------------------- -passwd -d root -passwd -l root - #====================================== # Setup default services #--------------------------------------