From 32a1732b5b01a3d6e97b885021f15083693f7107 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 19 Feb 2002 16:07:26 +0000 Subject: since we give "lilo.conf" in drakbug_report, let's also give "menu.lst" --- perl-install/any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') 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; } -- cgit v1.2.1