summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/any.pm1
-rw-r--r--perl-install/install/NEWS1
2 files changed, 2 insertions, 0 deletions
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