diff options
| author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-09 08:47:11 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:01 +0100 |
| commit | df79347407d7143a78490166decd11fdd109e75c (patch) | |
| tree | 18f23a03dc9f6def9b7e8129fd5c3a62736f99da /scripts | |
| parent | a5c38c897b8ccbb22171a6799b8757645dd59fff (diff) | |
| download | live-boot-df79347407d7143a78490166decd11fdd109e75c.tar.gz live-boot-df79347407d7143a78490166decd11fdd109e75c.zip | |
Hide "overwriting possibly-customised configuration file" in X.org setup output.
Diffstat (limited to 'scripts')
| -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 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 |
