[SCM] live-config branch, debian-next, updated. debian/3.0_b2-1-3-g1945722

Daniel Baumann daniel at debian.org
Fri Aug 3 09:47:48 UTC 2012


The following commit has been merged in the debian-next branch:
commit 1945722e2863d934102b54d34816bbeb1fbbbede
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Aug 3 11:48:51 2012 +0200

    Ensure that /etc/X11/xorg.conf.d exists before writing the configuration file.

diff --git a/scripts/config/1150-xserver-xorg b/scripts/config/1150-xserver-xorg
index fa573d3..1b7c3a7 100755
--- a/scripts/config/1150-xserver-xorg
+++ b/scripts/config/1150-xserver-xorg
@@ -93,6 +93,8 @@ Configure_xserver_xorg ()
 	if [ -n "${LIVE_XORG_DRIVER}" ]
 	then
 
+		mkdir -p /etc/X11/xorg.conf.d
+
 cat > /etc/X11/xorg.conf.d/99-live.conf << EOF
 Section "Device"
 	Identifier	"Default screen"

-- 
live-config



More information about the debian-live-changes mailing list