From 28b12d4a72442d2a13b42460f93eb64d8856ae41 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 8 Dec 2000 16:20:54 +0000 Subject: (exitInstall): save the report.bug in /root/report.bug --- perl-install/install_steps.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps.pm') 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); } -- cgit v1.2.1