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
1 changed files with 2 additions and 3 deletions

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