diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-05-23 18:28:15 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-05-23 18:28:15 +0000 |
commit | 6ec419f4e25777745f4f17bfa1a38927c9b1be6b (patch) | |
tree | 3cd038205cb33e037e497fb66b5607103dba172b /perl-install/install/NEWS | |
parent | 93405ff7d31d80226cd3cd791a3ae772da5e46e0 (diff) | |
download | drakx-6ec419f4e25777745f4f17bfa1a38927c9b1be6b.tar drakx-6ec419f4e25777745f4f17bfa1a38927c9b1be6b.tar.gz drakx-6ec419f4e25777745f4f17bfa1a38927c9b1be6b.tar.bz2 drakx-6ec419f4e25777745f4f17bfa1a38927c9b1be6b.tar.xz drakx-6ec419f4e25777745f4f17bfa1a38927c9b1be6b.zip |
(parse_args,empty_packages) add support for 'justdb' option
(for fast testing; warning: no coverage for %post scripts errors or
missing requires, non explicit file conflicts, ...)
(installPackages) don't try to run ldconfig in 'justdb' mode
(configureNetwork) don't try to set firewall, file tests will fail
(afterInstallPackages) don't check for file
Diffstat (limited to 'perl-install/install/NEWS')
-rw-r--r-- | perl-install/install/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 0fd3e5ed2..17b556084 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -2,6 +2,8 @@ - kill last remanents of kernel-2.4.x support - package group selection: o remember minimal install values when clicking "previous" +- packages installation: + o add support for 'justdb' option - refactoring Version 14.22 - 15 May 2012 |