summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-10 15:04:44 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:06 +0100
commit95892c748cb5bd18311935792715319a3ffe61ea (patch)
treeba26a1e5fb80e4cbf26e7718579838e975b41bea /scripts
parente4600718c0770e9e8165a0a1c0b3d5ab83038971 (diff)
downloadlive-boot-95892c748cb5bd18311935792715319a3ffe61ea.tar.gz
live-boot-95892c748cb5bd18311935792715319a3ffe61ea.zip
Using kdm initscript autologin overrides, thanks to Kel Modderman <kel@otaku42.de>.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live-bottom/15autologin9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/live-bottom/15autologin b/scripts/live-bottom/15autologin
index 03b66f4..41c98dc 100755
--- a/scripts/live-bottom/15autologin
+++ b/scripts/live-bottom/15autologin
@@ -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/" \