diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-02-19 16:07:26 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-02-19 16:07:26 +0000 |
commit | 32a1732b5b01a3d6e97b885021f15083693f7107 (patch) | |
tree | ef9ee15305d82a383237d9336ee8353c5146d4c4 /perl-install | |
parent | 6bf5a5ce1e15fc7769ae588cc9c01c3435729a58 (diff) | |
download | drakx-32a1732b5b01a3d6e97b885021f15083693f7107.tar drakx-32a1732b5b01a3d6e97b885021f15083693f7107.tar.gz drakx-32a1732b5b01a3d6e97b885021f15083693f7107.tar.bz2 drakx-32a1732b5b01a3d6e97b885021f15083693f7107.tar.xz drakx-32a1732b5b01a3d6e97b885021f15083693f7107.zip |
since we give "lilo.conf" in drakbug_report, let's also
give "menu.lst"
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 b68f77cc9..2ee2e05c8 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -907,6 +907,7 @@ sub report_bug { header("fstab"), cat_("$prefix/etc/fstab"), header("modules.conf"), cat_("$prefix/etc/modules.conf"), header("lilo.conf"), cat_("$prefix/etc/lilo.conf"), + header("menu.lst"), cat_("$prefix/boot/grub/menu.lst"), header("/etc/modules"), cat_("$prefix/etc/modules"), map_index { even($::i) ? header($_) : $_ } @other; } |