diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-09 08:55:10 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-09 13:19:12 +0200 |
commit | 7e1d68a285ff3145cd0c344194eb1c4f7538ce89 (patch) | |
tree | 3ba844b60f79fee36f99cac8661a8ede2787e93f /perl-install | |
parent | 80b43f6ee1b335af44c3ce3dbf6bb1a1311847d5 (diff) | |
download | drakx-7e1d68a285ff3145cd0c344194eb1c4f7538ce89.tar drakx-7e1d68a285ff3145cd0c344194eb1c4f7538ce89.tar.gz drakx-7e1d68a285ff3145cd0c344194eb1c4f7538ce89.tar.bz2 drakx-7e1d68a285ff3145cd0c344194eb1c4f7538ce89.tar.xz drakx-7e1d68a285ff3145cd0c344194eb1c4f7538ce89.zip |
16.9216.92
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/any.pm | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
4 files changed, 6 insertions, 1 deletions
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) |