mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-30 02:43:08 +00:00
soas: use auto-login for gdm for better user experience
This commit is contained in:
parent
b76d7ce0e8
commit
3d5296bcbe
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user