PDA

View Full Version : [ubuntu] command to set autologin in Oneiric



CarlFK
October 15th, 2011, 06:21 PM
where does "system settings, user accounts, auto login=yes" get stored? I want a script to set it.

I have an automated pxe install setup. for Natty this worked:

cat <<EOT >/etc/gdm/$CONF
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=$NUSER
EOT