summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
diff options
context:
space:
mode:
authorArnaud Patard <rtp@mageia.org>2012-04-30 07:54:17 +0000
committerArnaud Patard <rtp@mageia.org>2012-04-30 07:54:17 +0000
commit411b42978a7cbbf70d47d474460ec86f5e300015 (patch)
tree1479de1c05abbcb09bde5a14e61e77ace34b27c5 /perl-install/NEWS
parent83b8f305f8fe1d4ed0c15c50b0d7ead8aab0e218 (diff)
downloaddrakx-411b42978a7cbbf70d47d474460ec86f5e300015.tar
drakx-411b42978a7cbbf70d47d474460ec86f5e300015.tar.gz
drakx-411b42978a7cbbf70d47d474460ec86f5e300015.tar.bz2
drakx-411b42978a7cbbf70d47d474460ec86f5e300015.tar.xz
drakx-411b42978a7cbbf70d47d474460ec86f5e300015.zip
- fix rebooting on autoinstall
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r--perl-install/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 0c3dcf0f6..6eb18394c 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- 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.