[SCM] live-config branch, debian, updated. debian/3.0_a32-1-12-gc3ed9f8

Daniel Baumann daniel at debian.org
Sun Mar 18 13:39:55 UTC 2012


The following commit has been merged in the debian branch:
commit 318c4780ef63b43a430448c3912a74b495323772
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Feb 19 17:17:39 2012 +0100

    Redirecting startx output in xinit script to /dev/null when booting with quiet.

diff --git a/scripts/config/014-xinit b/scripts/config/014-xinit
index dfe101c..9460cab 100755
--- a/scripts/config/014-xinit
+++ b/scripts/config/014-xinit
@@ -43,7 +43,12 @@ if [ -z "\${DISPLAY}" ] && [ \$(tty) = /dev/tty1 ]
 then
 	while true
 	do
-		startx
+		if grep -qs quiet /proc/cmdline
+		then
+			startx > /dev/null 2>&1
+		else
+			startx
+		fi
 	done
 fi
 EOF

-- 
live-config



More information about the debian-live-changes mailing list