diff options
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120202')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment-0001.obj | 43 | ||||
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment.obj | 43 |
2 files changed, 86 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment-0001.obj b/zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment-0001.obj new file mode 100644 index 000000000..e3b99270b --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment-0001.obj @@ -0,0 +1,43 @@ +--- /usr/lib/dracut/modules.d/99base/init.original 2012-01-23 03:49:19.000000000 -0500 ++++ /usr/lib/dracut/modules.d/99base/init 2012-02-02 23:20:14.550818490 -0500 +@@ -214,11 +214,11 @@ + export main_loop + while :; do + +- check_finished && break ++ check_finished + + udevsettle + +- check_finished && break ++ check_finished + + if [ -f $hookdir/initqueue/work ]; then + rm $hookdir/initqueue/work +@@ -227,7 +227,7 @@ + for job in $hookdir/initqueue/*.sh; do + [ -e "$job" ] || break + job=$job . $job +- check_finished && break 2 ++ check_finished + done + + $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue +@@ -235,7 +235,7 @@ + for job in $hookdir/initqueue/settled/*.sh; do + [ -e "$job" ] || break + job=$job . $job +- check_finished && break 2 ++ check_finished + done + + $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue +@@ -265,7 +265,7 @@ + main_loop=0 + done + fi +- ++ check_finished && break + main_loop=$(($main_loop+1)) + [ $main_loop -gt $RDRETRY ] \ + && { flock -s 9 ; emergency_shell "Unable to process initqueue"; } 9>/.console_lock diff --git a/zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment.obj b/zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment.obj new file mode 100644 index 000000000..e3b99270b --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment.obj @@ -0,0 +1,43 @@ +--- /usr/lib/dracut/modules.d/99base/init.original 2012-01-23 03:49:19.000000000 -0500 ++++ /usr/lib/dracut/modules.d/99base/init 2012-02-02 23:20:14.550818490 -0500 +@@ -214,11 +214,11 @@ + export main_loop + while :; do + +- check_finished && break ++ check_finished + + udevsettle + +- check_finished && break ++ check_finished + + if [ -f $hookdir/initqueue/work ]; then + rm $hookdir/initqueue/work +@@ -227,7 +227,7 @@ + for job in $hookdir/initqueue/*.sh; do + [ -e "$job" ] || break + job=$job . $job +- check_finished && break 2 ++ check_finished + done + + $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue +@@ -235,7 +235,7 @@ + for job in $hookdir/initqueue/settled/*.sh; do + [ -e "$job" ] || break + job=$job . $job +- check_finished && break 2 ++ check_finished + done + + $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue +@@ -265,7 +265,7 @@ + main_loop=0 + done + fi +- ++ check_finished && break + main_loop=$(($main_loop+1)) + [ $main_loop -gt $RDRETRY ] \ + && { flock -s 9 ; emergency_shell "Unable to process initqueue"; } 9>/.console_lock |