From 9939b753fc346f613f8b39532673683fed1f80ac Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Mar 2008 15:05:59 +0000 Subject: - add Xorg.0.log to report.bug.gz (to help diagnose why X failed) --- perl-install/any.pm | 1 + perl-install/install/NEWS | 1 + 2 files changed, 2 insertions(+) diff --git a/perl-install/any.pm b/perl-install/any.pm index b952ad1f6..ffd2841c2 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1111,6 +1111,7 @@ sub report_bug { header("partitions"), cat_("/proc/partitions"), header("cpuinfo"), cat_("/proc/cpuinfo"), header("syslog"), cat_("/tmp/syslog") || cat_("$::prefix/var/log/syslog"), + header("Xorg.log"), cat_("/var/log/Xorg.0.log"), header("monitor_full_edid"), monitor_full_edid(), header("stage1.log"), cat_("/tmp/stage1.log") || cat_("$::prefix/root/drakx/stage1.log"), header("ddebug.log"), cat_("/tmp/ddebug.log") || cat_("$::prefix/root/drakx/ddebug.log"), diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 24b444482..c008c0aba 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,7 @@ - ask which drive to install bootloader if we don't really know which is first bios drive (cf #38829) - fix reading alternatives in install +- add Xorg.0.log to report.bug.gz (to help diagnose why X failed) Version 10.17 - 20 March 2008 -- cgit v1.2.1