diff options
| -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 |
