From 70e8b265ab11ffbbf4030addbbb735297804fb75 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 9 Aug 2008 08:47:11 +0100 Subject: [PATCH] Hide "overwriting possibly-customised configuration file" in X.org setup output. Signed-off-by: Chris Lamb --- scripts/live-bottom/20xconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/live-bottom/20xconfig b/scripts/live-bottom/20xconfig index 39a0aa4..2a24ab5 100755 --- a/scripts/live-bottom/20xconfig +++ b/scripts/live-bottom/20xconfig @@ -77,7 +77,8 @@ ${setmodel} ${setoptions} EOF -DEBUG_XORG_PACKAGE=1 DEBUG_XORG_DEBCONF=1 live-reconfigure /root xserver-xorg 2>/dev/null +DEBUG_XORG_PACKAGE=1 DEBUG_XORG_DEBCONF=1 live-reconfigure /root xserver-xorg 2>&1 \ + grep -v "overwriting possibly-customised configuration file" umount /root/sys umount /root/proc umount /root/dev