livegui/fsscript: fix sddm autologin

Apparently sddm.conf used to allow =yes but now needs =true for a bool

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2022-12-19 14:40:23 -06:00
parent 94af0259fb
commit 12a7a1645f
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7

View file

@ -18,7 +18,7 @@ hostname-mode=none" > /etc/NetworkManager/NetworkManager.conf
echo "[Autologin]
User=gentoo
Session=plasma.desktop
Relogin=yes" > /etc/sddm.conf
Relogin=true" > /etc/sddm.conf
# Set up gentoo user
pushd /home/gentoo