diff options
Diffstat (limited to 'perl-install')
-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 3c7d163ce..45db781a7 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -855,6 +855,7 @@ sub report_bug { header("ddebug.log"), cat_("/tmp/ddebug.log"), header("install.log"), cat_("$prefix/root/install.log"), header("fstab"), cat_("$prefix/etc/fstab"), + header("modules.conf"), cat_("$prefix/etc/modules.conf"), map_index { even($::i) ? header($_) : $_ } @other; } |