summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-12-08 16:20:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-12-08 16:20:54 +0000
commit28b12d4a72442d2a13b42460f93eb64d8856ae41 (patch)
treeb0f9120f88950c90935f7c2ea994588f13c78b96
parent3f5ed62a6eb25e8b061071f79c6beb25f0416045 (diff)
downloaddrakx-backup-do-not-use-28b12d4a72442d2a13b42460f93eb64d8856ae41.tar
drakx-backup-do-not-use-28b12d4a72442d2a13b42460f93eb64d8856ae41.tar.gz
drakx-backup-do-not-use-28b12d4a72442d2a13b42460f93eb64d8856ae41.tar.bz2
drakx-backup-do-not-use-28b12d4a72442d2a13b42460f93eb64d8856ae41.tar.xz
drakx-backup-do-not-use-28b12d4a72442d2a13b42460f93eb64d8856ae41.zip
(exitInstall): save the report.bug in /root/report.bug
-rw-r--r--perl-install/install_steps.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 01bcc89e1..0eaad5129 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -865,6 +865,7 @@ sub generateAutoInstFloppy($) {
#------------------------------------------------------------------------------
sub exitInstall {
my ($o) = @_;
+ output "$o->{prefix}/root/report.bug", commands::report_bug();
install_any::unlockCdrom;
install_any::log_sizes($o);
}