X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-x;h=62d2c5ae979ad5a5c9a7bd5ef56da238cce6c0be;hb=refs%2Ftags%2F0.4.0;hp=0fd3351ea1b0a0cbb96851855e9611addaf242c7;hpb=4e2fa1c824b66c7f22247f1522661911eddcf004;p=grml-x.git diff --git a/grml-x b/grml-x index 0fd3351..62d2c5a 100755 --- a/grml-x +++ b/grml-x @@ -893,6 +893,11 @@ $fg[red]" function runit { writeconfig + if [ "$(readlink /etc/X11/X)" = /bin/true ] ; then + print "$bold_color$fg[red]Fatal: /etc/X11/X is a symlink to /bin/true." + print "Fix it via running 'ln -sf /usr/bin/Xorg /etc/X11/X'" + exit 10 + fi if [ -z "$NOSTART" ] ; then print "$reset_color" if [ -x /etc/init.d/xorg-common ] ; then