[Fedora-spins] [spin-kickstarts] Switch from timed to automatic login in desktop spin

Matthias Clasen mclasen at fedoraproject.org
Tue Mar 15 16:48:29 UTC 2011


commit 693aa30db2ba6eaa8a9da067657156846fc89ed7
Author: Ray Strode <rstrode at redhat.com>
Date:   Tue Mar 15 09:19:22 2011 -0400

    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.

 fedora-live-desktop.ks |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/fedora-live-desktop.ks b/fedora-live-desktop.ks
index aa8edf6..8bc525a 100644
--- a/fedora-live-desktop.ks
+++ b/fedora-live-desktop.ks
@@ -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


More information about the spins mailing list