We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1ceeb commit 316d492Copy full SHA for 316d492
scripts/firstrun.sh
@@ -95,7 +95,7 @@ if [ x"$SHELLS_USERNAME" != x ]; then
95
gpasswd -a "${SHELLS_USERNAME}" autologin
96
echo [SeatDefaults] > /etc/lightdm/lightdm.conf.d/70-xubuntu.conf
97
echo autologin-user=${SHELLS_USERNAME} >> /etc/lightdm/lightdm.conf.d/70-xubuntu.conf
98
- echo autologin-user-timeout=1 >> /etc/lightdm/lightdm.conf.d/70-xubuntu.conf
+ echo autologin-user-timeout=0 >> /etc/lightdm/lightdm.conf.d/70-xubuntu.conf
99
echo user-session=xubuntu >> /etc/lightdm/lightdm.conf.d/70-xubuntu.conf
100
echo pam-autologin-service=lightdm-autologin >> /etc/lightdm/lightdm.conf.d/70-xubuntu.conf
101
echo "auth sufficient pam_succeed_if.so user ingroup nopasswdlogin" >> /etc/pam.d/lightdm
0 commit comments