X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fcasper-bottom%2F15autologin;h=745e6ce871af8d66418f8e3422a566269376740e;hb=fe65d6ce9f28700b42fbb780a27d7f2db010e8af;hp=5f7797a25db0de2e5884b98f9ace0cec16f5e5b4;hpb=4a0b1ba4d428c623d14bae7f0db85c80abb0da0a;p=live-boot-grml.git diff --git a/scripts/casper-bottom/15autologin b/scripts/casper-bottom/15autologin index 5f7797a..745e6ce 100755 --- a/scripts/casper-bottom/15autologin +++ b/scripts/casper-bottom/15autologin @@ -27,6 +27,8 @@ else fi if chroot /root [ -f ${GDMCONF} ]; then + # true hack ! -- nohar + chroot /root cp /usr/share/gdm/defaults.conf /etc/gdm/gdm.conf # Configure GDM autologin chroot /root sed -i \ -e "s/^AutomaticLoginEnable=.*\$/AutomaticLoginEnable=true/" \