From: Daniel Baumann Date: Fri, 19 Jun 2009 10:57:10 +0000 (+0200) Subject: Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti . --- diff --git a/scripts/live-bottom/21xdriver b/scripts/live-bottom/21xdriver index ef17bff..105f5b2 100755 --- a/scripts/live-bottom/21xdriver +++ b/scripts/live-bottom/21xdriver @@ -20,7 +20,7 @@ esac # live-initramfs header -if [ -n "${NOXAUTOCONFIG}" ] || [ ! -x /root/usr/bin/X ] || [ -n "${XDRIVER}" ] +if [ -n "${NOXAUTOCONFIG}" ] || [ ! -x /root/usr/bin/X ] || [ -z "${XDRIVER}" ] then exit 0 fi