summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-04-30 10:38:35 +0000
committerThierry Vignaud <tv@mageia.org>2012-04-30 10:38:35 +0000
commitddb285bdb52abf15776df70b1bdcd735dcea2b76 (patch)
tree98f6047bde61d8c05cd47451dc06b6c843b7989f
parent41f553e14fb0033152d48cf0e47bc02fe211c798 (diff)
downloaddrakx-backup-do-not-use-ddb285bdb52abf15776df70b1bdcd735dcea2b76.tar
drakx-backup-do-not-use-ddb285bdb52abf15776df70b1bdcd735dcea2b76.tar.gz
drakx-backup-do-not-use-ddb285bdb52abf15776df70b1bdcd735dcea2b76.tar.bz2
drakx-backup-do-not-use-ddb285bdb52abf15776df70b1bdcd735dcea2b76.tar.xz
drakx-backup-do-not-use-ddb285bdb52abf15776df70b1bdcd735dcea2b76.zip
move installer changes where they belong
-rw-r--r--perl-install/NEWS11
-rw-r--r--perl-install/install/NEWS11
2 files changed, 11 insertions, 11 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 7af5a8b2d..79da6ab71 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,14 +1,3 @@
-- packageByName: Fix noarch handling/search on 64bit as they're in 32 and 64 bit
- 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.
-- pkgs.pm, http.pm: 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.
- diskdrake:
o drop support for reiser4 (mga#5680)
- harddrake service:
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 8b469e69a..2704f65f0 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,14 @@
+- packageByName: Fix noarch handling/search on 64bit as they're in 32 and 64 bit
+ 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.
+- pkgs.pm, http.pm: 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.
- partitioning:
o drop support for reiser4 (mga#5680)