X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fcasper-bottom%2F15autologin;h=81bd3a4ec066bc427f4b3b3ba540077ab5d1bd87;hb=4bdaa2237c6ae923d1dd068e9024ebceca3f40d9;hp=cdaa038cab3ef1e749af388f4b36650f573de900;hpb=c972c6eea545add125883eaaeea459551e54589c;p=live-boot-grml.git diff --git a/scripts/casper-bottom/15autologin b/scripts/casper-bottom/15autologin index cdaa038..81bd3a4 100755 --- a/scripts/casper-bottom/15autologin +++ b/scripts/casper-bottom/15autologin @@ -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/" \