Switch from timed to automatic login in desktop spin

Now that GDM no longer has language selection, there's
little reason to use timed login.

This commit changes the default config to use automatic
login instead.
This commit is contained in:
Ray Strode 2011-03-15 09:19:22 -04:00 committed by Matthias Clasen
parent f186f0b37a
commit 693aa30db2
1 changed files with 2 additions and 3 deletions

View File

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