From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-February/012308.html | 122 +++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-February/012308.html (limited to 'zarb-ml/mageia-dev/2012-February/012308.html') diff --git a/zarb-ml/mageia-dev/2012-February/012308.html b/zarb-ml/mageia-dev/2012-February/012308.html new file mode 100644 index 000000000..c8d0f9b6c --- /dev/null +++ b/zarb-ml/mageia-dev/2012-February/012308.html @@ -0,0 +1,122 @@ + + + + [Mageia-dev] New dracut - please test + + + + + + + + + +

[Mageia-dev] New dracut - please test

+ Maarten Vanraes + alien at rmail.be +
+ Sat Feb 25 09:54:25 CET 2012 +

+
+ +
Op zaterdag 25 februari 2012 08:35:11 schreef David W. Hodgins:
+> On Fri, 24 Feb 2012 06:42:01 -0500, Colin Guthrie <mageia at colin.guthr.ie> 
+wrote:
+> > The other big change here is to automatically generate a much bigger
+> > initramfs when doing an upgrade from mga1. This will include a lot more
+> > stuff (e.g. lvm, raid etc) that may or may not be needed on a given
+> > setup, but until you boot with dracut you cannot generate an initramfs
+> > that will be able to detect only what is needed for boot.
+> 
+> Looking at the current version of the init script, it's clear
+> what the problem is ...
+> 
+>      check_finished && break
+> 
+>      udevsettle
+> 
+>      check_finished && break
+> 
+> The above statement will always be true on a single core
+> system, so the following code never gets executed.
+> 
+>      if [ -f $hookdir/initqueue/work ]; then
+>          rm $hookdir/initqueue/work
+>      fi
+> 
+>      for job in $hookdir/initqueue/*.sh; do
+>          [ -e "$job" ] || break
+>          job=$job . $job
+>          check_finished && break 2
+>      done
+> 
+> Regards, Dave Hodgins
+
+
+maybe 
+
+check_finished && break
+
+( udevsettle ; check_finished && break ) &
+
+ would work?
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1