From: Harald Hoyer Date: Mon, 2 Aug 2010 09:05:11 +0000 (+0200) Subject: mdraid: --no-degraded not allowed with -I X-Git-Tag: 007~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d752c51b9080cf88f1677f98005f099773e1b12b;p=thirdparty%2Fdracut.git mdraid: --no-degraded not allowed with -I --- diff --git a/modules.d/90mdraid/65-md-incremental-imsm.rules b/modules.d/90mdraid/65-md-incremental-imsm.rules index 93715f522..57db79844 100644 --- a/modules.d/90mdraid/65-md-incremental-imsm.rules +++ b/modules.d/90mdraid/65-md-incremental-imsm.rules @@ -37,7 +37,7 @@ LABEL="md_auto_end" # # Incrementally build the md array # -RUN+="/sbin/mdadm -I --no-degraded $env{DEVNAME}" +RUN+="/sbin/mdadm -I $env{DEVNAME}" RUN+="/bin/ln -s /sbin/md_finished.sh /initqueue-finished/md_finished.sh"