mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
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:
parent
f186f0b37a
commit
693aa30db2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user