From e810f64d9f89fe523fc6d05b45394b66d677c5f7 Mon Sep 17 00:00:00 2001 From: Michal Date: Sat, 30 Jul 2022 16:05:10 +0100 Subject: [PATCH] Temp thing while lockscreen still happens --- chrooted.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/chrooted.sh b/chrooted.sh index 90abd19..89f0a3f 100755 --- a/chrooted.sh +++ b/chrooted.sh @@ -6,6 +6,7 @@ glib-compile-schemas /usr/share/glib-2.0/schemas # User setup useradd -mG wheel crystal +usermod -c "Password: \"crystal\"" crystal usermod -p $(echo "crystal" | openssl passwd -6 -stdin) crystal usermod -p $(echo "crystal" | openssl passwd -6 -stdin) root chsh -s /usr/bin/zsh crystal