Using kdm initscript autologin overrides, thanks to Kel Modderman <kel@otaku42.de>.
authorDaniel Baumann <daniel@debian.org>
Sat, 10 Nov 2007 14:04:44 +0000 (15:04 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:31:06 +0000 (17:31 +0100)
scripts/live-bottom/15autologin

index 03b66f4..41c98dc 100755 (executable)
@@ -55,7 +55,14 @@ then
        ${GDMCONF}
 fi
 
-if [ -f /root/etc/kde3/kdm/kdmrc ]
+if [ -d /root/etc/default/kdm.d/ ]
+then
+       cat > /root/etc/default/kdm.d/live-autologin << EOF
+AUTOLOGINUSER=${USERNAME}
+AUTOLOGINAGAIN=true
+AUTOLOGINDELAY=0
+EOF
+elif [ -f /root/etc/kde3/kdm/kdmrc ]
 then
        # Configure KDM autologin
        sed -i -r -e "s/^#?AutoLoginEnable=.*\$/AutoLoginEnable=true/" \