diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-12-04 18:20:15 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-12-04 18:20:15 +0000 |
commit | c13d108d505fe8378313d6ebd795645d9367d5be (patch) | |
tree | 290846bfedc277ca6c678c5d314b54be6717846e /perl-install/any.pm | |
parent | bcad3183a32104f734bfd4282a50196de701df8a (diff) | |
download | drakx-c13d108d505fe8378313d6ebd795645d9367d5be.tar drakx-c13d108d505fe8378313d6ebd795645d9367d5be.tar.gz drakx-c13d108d505fe8378313d6ebd795645d9367d5be.tar.bz2 drakx-c13d108d505fe8378313d6ebd795645d9367d5be.tar.xz drakx-c13d108d505fe8378313d6ebd795645d9367d5be.zip |
save stage1.log and have it in report.bug
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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"), |