From 5e6008a14d7ad3007084a2eb327a416fb5066da3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 6 May 2015 03:44:57 -0400 Subject: log grub2 install.sh in report.bug (mga158557) like for grub... Should have been done in commit 32c13f240d965a60c15ad70152b5930faa3caee8 --- perl-install/any.pm | 1 + perl-install/install/NEWS | 2 ++ 2 files changed, 3 insertions(+) diff --git a/perl-install/any.pm b/perl-install/any.pm index 3592129f8..d46c2e949 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1258,6 +1258,7 @@ sub report_bug { 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"), header("xorg.conf"), cat_("$::prefix/etc/X11/xorg.conf"), header("urpmi.cfg"), cat_("$::prefix/etc/urpmi/urpmi.cfg"), header("modprobe.preload"), cat_("$::prefix/etc/modprobe.preload"), diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 5735df4fe..e20fd7f52 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- log grub2 install.sh in report.bug like for grub (mga158557) + Version 16.91 - 3 May 2015 - final left-background -- cgit v1.2.1