summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-04-30 10:42:48 +0000
committerThierry Vignaud <tv@mageia.org>2012-04-30 10:42:48 +0000
commitc371773861749638312f70639f535816da1ded4c (patch)
tree2079cff63d9d1ebd852858b9532fd7c9649e9a52
parent0d0b7f68c59b80047de62e889e3b09b35ff1f40b (diff)
downloaddrakx-c371773861749638312f70639f535816da1ded4c.tar
drakx-c371773861749638312f70639f535816da1ded4c.tar.gz
drakx-c371773861749638312f70639f535816da1ded4c.tar.bz2
drakx-c371773861749638312f70639f535816da1ded4c.tar.xz
drakx-c371773861749638312f70639f535816da1ded4c.zip
regroup related changes
-rw-r--r--perl-install/install/NEWS15
1 files changed, 8 insertions, 7 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 9d7b8f91c..37277768b 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -2,13 +2,14 @@
media and in some cases it may return the not-installed rpm while the other is.
(it was found by default.jpg/xorg.conf not being done by configureX step, even
with task-x11 installed)
-- fix rebooting on autoinstall by using a "wider" regexp (otherwise udevd was
- not found by fuzzy_pidofs) and gives some time to udevd process to disappear.
- Also, don't try to unmount /dev as it's still used by other processes.
-- allow to set urpm curl options in order to be able
- to make curl quiet when running an autoinstall in text mode. This can
- be set throught the new option "curl_options" in the auto_inst file.
- Also, use '-s' by default when downloading VERSION and auto_inst file.
+- autoinstall:
+ o fix rebooting on autoinstall by using a "wider" regexp (otherwise udevd was
+ not found by fuzzy_pidofs) and gives some time to udevd process to disappear.
+ Also, don't try to unmount /dev as it's still used by other processes.
+ o allow to set urpm curl options in order to be able to make curl quiet
+ when running an autoinstall in text mode. This can be set throught
+ the new option "curl_options" in the auto_inst file.
+ o use quiet mode by default when downloading VERSION and auto_inst file
- partitioning:
o drop support for reiser4 (mga#5680)