diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-08-22 10:25:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-08-22 10:25:44 +0000 |
commit | 774971b457d530e35b27873c07d344b91477d508 (patch) | |
tree | 9a04192b7bf353d3b689777e35d092a5c460db9d | |
parent | 269838c2a216037037dfef470471971d46e852d2 (diff) | |
download | drakx-774971b457d530e35b27873c07d344b91477d508.tar drakx-774971b457d530e35b27873c07d344b91477d508.tar.gz drakx-774971b457d530e35b27873c07d344b91477d508.tar.bz2 drakx-774971b457d530e35b27873c07d344b91477d508.tar.xz drakx-774971b457d530e35b27873c07d344b91477d508.zip |
- install lilo when needed (#39878)
-rw-r--r-- | perl-install/any.pm | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 6073447fb..3de019b28 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -106,6 +106,7 @@ sub add_users { sub install_bootloader_pkgs { my ($do_pkgs, $b) = @_; + bootloader::ensure_pkg_is_installed($do_pkgs, $b); install_acpi_pkgs($do_pkgs, $b); } diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 1b1864e15..c2e5d365e 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- install lilo when needed (#39878) + Version 11.21 - 21 August 2008 - ensure we don't default on the first keyboard layout when upgrading french |