Adding live-initramfs 1.87.1-1.
[live-boot-grml.git] / scripts / casper-bottom / 15autologin
index cdaa038..81bd3a4 100755 (executable)
@@ -27,11 +27,6 @@ else
 fi
 
 if chroot /root [ -f ${GDMCONF} ]; then
-    if [ "${BUILD_SYSTEM}" == "Debian" ]; then
-        # true hack ! -- nohar
-        chroot /root cp /usr/share/gdm/defaults.conf /etc/gdm/gdm.conf
-    fi
-
     # Configure GDM autologin
     chroot /root sed -i \
         -e "s/^AutomaticLoginEnable=.*\$/AutomaticLoginEnable=true/" \