X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F21xdriver;h=075a53ef764622a3bcb8ff72ed0b64bb6c6fae50;hb=e3db15425bab2e04a15cd975c7699203c2a6b104;hp=7a165898afa825e076bf7c482ece502ded65df58;hpb=d3e2b6e753e8e47e02db296f36fd52f155896311;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"