summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-02-19 16:07:26 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-02-19 16:07:26 +0000
commit32a1732b5b01a3d6e97b885021f15083693f7107 (patch)
treeef9ee15305d82a383237d9336ee8353c5146d4c4 /perl-install/any.pm
parent6bf5a5ce1e15fc7769ae588cc9c01c3435729a58 (diff)
downloaddrakx-backup-do-not-use-32a1732b5b01a3d6e97b885021f15083693f7107.tar
drakx-backup-do-not-use-32a1732b5b01a3d6e97b885021f15083693f7107.tar.gz
drakx-backup-do-not-use-32a1732b5b01a3d6e97b885021f15083693f7107.tar.bz2
drakx-backup-do-not-use-32a1732b5b01a3d6e97b885021f15083693f7107.tar.xz
drakx-backup-do-not-use-32a1732b5b01a3d6e97b885021f15083693f7107.zip
since we give "lilo.conf" in drakbug_report, let's also
give "menu.lst"
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm1
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;
}