summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-05-06 03:49:07 -0400
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-05-06 19:35:03 +0200
commit8c45c357a5f1bfbe15363cc2876afd8f7cb17431 (patch)
tree7ab82b5f1a8574c90c08ed9eade252f2cbb55687 /perl-install
parent5e6008a14d7ad3007084a2eb327a416fb5066da3 (diff)
downloaddrakx-8c45c357a5f1bfbe15363cc2876afd8f7cb17431.tar
drakx-8c45c357a5f1bfbe15363cc2876afd8f7cb17431.tar.gz
drakx-8c45c357a5f1bfbe15363cc2876afd8f7cb17431.tar.bz2
drakx-8c45c357a5f1bfbe15363cc2876afd8f7cb17431.tar.xz
drakx-8c45c357a5f1bfbe15363cc2876afd8f7cb17431.zip
stop logging obsolete grub2 drakboot.conf
Should have been done in commit 32c13f240d965a60c15ad70152b5930faa3caee8
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/any.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index d46c2e949..099036f65 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1255,7 +1255,6 @@ sub report_bug {
header("grub: menu.lst"), join('', map { s/^(\s*password)\s+(.*)/$1 xxx/; $_ } cat_("$::prefix/boot/grub/menu.lst")),
header("grub: install.sh"), cat_("$::prefix/boot/grub/install.sh"),
header("grub: device.map"), cat_("$::prefix/boot/grub/device.map"),
- header("grub2: drakboot.conf"), cat_("$::prefix/boot/grub/drakboot.conf"),
header("grub2: grub"), cat_("$::prefix/etc/default/grub"),
header("grub2: grub.cfg"), cat_("$::prefix/boot/grub2/grub.cfg"),
header("grub2: install.sh"), cat_("$::prefix/boot/grub2/install.sh"),