1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-29 01:07:22 +00:00

soas: use auto-login for gdm for better user experience

This commit is contained in:
Sebastian Dziallas 2010-02-06 22:34:27 +01:00
parent b76d7ce0e8
commit 3d5296bcbe

View File

@ -90,9 +90,8 @@ gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults
# set up timed auto-login for after 60 seconds # set up timed auto-login for after 60 seconds
cat >> /etc/gdm/custom.conf << FOE cat >> /etc/gdm/custom.conf << FOE
[daemon] [daemon]
TimedLoginEnable=true AutomaticLoginEnable=true
TimedLogin=liveuser AutomaticLogin=liveuser
TimedLoginDelay=60
FOE FOE
EOF EOF