From ba894eb21f194a1410b6f1a7be6c0f40909980ca Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Mon, 9 May 2011 21:18:39 +0200
Subject: don't remove xorg.conf on target

---
 backend/modules/install_main | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/modules/install_main b/backend/modules/install_main
index f4c5e61..2cd502f 100644
--- a/backend/modules/install_main
+++ b/backend/modules/install_main
@@ -276,7 +276,7 @@ function copy_etc_to_target()
 
 	# xorg.conf
 	debconf-get-selections | grep -e xserver-xorg -e tzdata | chroot_it debconf-set-selections &>/dev/null
-	rm -f $TARGET/etc/X11/xorg.conf*
+	#rm -f $TARGET/etc/X11/xorg.conf*
 	chroot_it dpkg-reconfigure -phigh xserver-xorg &>/dev/null
 
 	# Save ALSA sound volume
-- 
cgit v1.0