[SCM] Debian Live initramfs hook branch, master, updated. 1.157.2-1-14-g8b75610

Daniel Baumann daniel at debian.org
Fri Jun 19 11:07:46 UTC 2009


The following commit has been merged in the master branch:
commit 8b75610ec5d83820c8189ad5b8d366d5accfd7a1
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Jun 19 12:57:10 2009 +0200

    Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti <l.capriotti at xbmc.org>.

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

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list