diff options
| author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-14 01:26:38 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:01 +0100 |
| commit | 8088c0fc9a08f024c32f854b9871fb5bc5de3458 (patch) | |
| tree | f7544064364a795378c2e244e9333cbe40dae022 | |
| parent | 8a6a1947d9e89ace18bb939a9ce6e3cdd3850477 (diff) | |
| download | live-boot-8088c0fc9a08f024c32f854b9871fb5bc5de3458.tar.gz live-boot-8088c0fc9a08f024c32f854b9871fb5bc5de3458.zip | |
Modify hiding of harmless X.org reconfiguring messages.
Was being split over a newline.
| -rwxr-xr-x | scripts/live-bottom/20xconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/live-bottom/20xconfig b/scripts/live-bottom/20xconfig index 153732a..3e927a3 100755 --- a/scripts/live-bottom/20xconfig +++ b/scripts/live-bottom/20xconfig @@ -83,7 +83,8 @@ ${setoptions} EOF DEBUG_XORG_PACKAGE=1 DEBUG_XORG_DEBCONF=1 live-reconfigure /root xserver-xorg 2>&1 \ - | grep -v "overwriting possibly-customised configuration file" + | grep -v "overwriting possibly-customised configuration" \ + | grep -v "file; backup in /etc/X11/xorg.conf" umount /root/sys umount /root/proc umount /root/dev |
