summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}