diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-12-08 16:20:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-12-08 16:20:54 +0000 |
commit | 28b12d4a72442d2a13b42460f93eb64d8856ae41 (patch) | |
tree | b0f9120f88950c90935f7c2ea994588f13c78b96 /perl-install | |
parent | 3f5ed62a6eb25e8b061071f79c6beb25f0416045 (diff) | |
download | drakx-28b12d4a72442d2a13b42460f93eb64d8856ae41.tar drakx-28b12d4a72442d2a13b42460f93eb64d8856ae41.tar.gz drakx-28b12d4a72442d2a13b42460f93eb64d8856ae41.tar.bz2 drakx-28b12d4a72442d2a13b42460f93eb64d8856ae41.tar.xz drakx-28b12d4a72442d2a13b42460f93eb64d8856ae41.zip |
(exitInstall): save the report.bug in /root/report.bug
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 1 |
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); } |