From c13d108d505fe8378313d6ebd795645d9367d5be Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 4 Dec 2001 18:20:15 +0000 Subject: save stage1.log and have it in report.bug --- perl-install/any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index ffd908f63..e82bba86a 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -852,6 +852,7 @@ sub report_bug { header("cpuinfo"), cat_("/proc/cpuinfo"), header("syslog"), cat_("/tmp/syslog"), header("ddcxinfos"), `$ENV{LD_LOADER} ddcxinfos`, + header("stage1.log"), cat_("/tmp/stage1.log"), header("ddebug.log"), cat_("/tmp/ddebug.log"), header("install.log"), cat_("$prefix/root/install.log"), header("fstab"), cat_("$prefix/etc/fstab"), -- cgit v1.2.1