diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-04-08 07:04:04 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-04-08 07:04:14 -0400 |
commit | d63d164bd2cdba6347d8259c225a6ae78df35591 (patch) | |
tree | 4342760cb8f0dd24e9540725ed470afebb47df88 | |
parent | 6a38c077285c88dcf4d042ec43b6803ba5c56cb1 (diff) | |
download | drakx-d63d164bd2cdba6347d8259c225a6ae78df35591.tar drakx-d63d164bd2cdba6347d8259c225a6ae78df35591.tar.gz drakx-d63d164bd2cdba6347d8259c225a6ae78df35591.tar.bz2 drakx-d63d164bd2cdba6347d8259c225a6ae78df35591.tar.xz drakx-d63d164bd2cdba6347d8259c225a6ae78df35591.zip |
log grub2 config in report.bug like for grub/lilo
-rw-r--r-- | perl-install/any.pm | 3 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index fd80a4654..3592129f8 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1255,6 +1255,9 @@ 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("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 7f4d375d2..2cd216313 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - bootloader config: o fix detecting grub2 on UEFI +- log grub2 config in report.bug like for grub/lilo Version 16.79 - 7 April 2015 |