From 7e1d68a285ff3145cd0c344194eb1c4f7538ce89 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 9 May 2015 08:55:10 +0200 Subject: 16.92 --- perl-install/Makefile.config | 2 +- perl-install/NEWS | 2 ++ perl-install/any.pm | 1 + perl-install/install/NEWS | 2 ++ 4 files changed, 6 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 76af4ffd5..aefba707a 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=16.91 +VERSION:=16.92 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 3b0646015..b483a6a96 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 16.92 - 9 May 2015 + - drakx-net: o recognize r8723bs (mga#15874) - diskdrake: diff --git a/perl-install/any.pm b/perl-install/any.pm index 3dc696994..8916480b2 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -613,6 +613,7 @@ sub setupBootloader__grub2 { # update entries (so that we can display their list below): my $error; run_program::rooted($::prefix, 'update-grub2', '2>', \$error) or die "update-grub2 failed: $error"; + # read grub2 auto-generated entries (instead of keeping eg: grub/lilo ones): my $b2 = bootloader::read_grub2(); diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 06ccb1abf..f5e2b9fdc 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 16.92 - 9 May 2015 + - bootloader: o add a dedicate step for grub2 (mga#9627) o always log update-grub2 output (mga#15857) -- cgit v1.2.1