X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F21xdriver;h=075a53ef764622a3bcb8ff72ed0b64bb6c6fae50;hb=a1311a56603a95bfc642adba1390882591c12c9f;hp=7a165898afa825e076bf7c482ece502ded65df58;hpb=c6045b53fc6b53b69a80955b1555445a07ec9130;p=live-boot-grml.git diff --git a/scripts/live-bottom/21xdriver b/scripts/live-bottom/21xdriver index 7a16589..075a53e 100755 --- a/scripts/live-bottom/21xdriver +++ b/scripts/live-bottom/21xdriver @@ -25,6 +25,11 @@ then exit 0 fi +if [ ! -x /root/usr/bin/X ] +then + exit 0 +fi + . /scripts/live-functions log_begin_msg "Configuring X video driver"