From: Daniel Baumann Date: Sat, 10 Nov 2007 14:04:44 +0000 (+0100) Subject: Using kdm initscript autologin overrides, thanks to Kel Modderman . X-Git-Tag: debian/2.0.15-1~640 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=95892c748cb5bd18311935792715319a3ffe61ea;p=live-boot-grml.git Using kdm initscript autologin overrides, thanks to Kel Modderman . --- 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/" \