]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
mdraid: --no-degraded not allowed with -I
authorHarald Hoyer <harald@redhat.com>
Mon, 2 Aug 2010 09:05:11 +0000 (11:05 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 2 Aug 2010 12:17:58 +0000 (14:17 +0200)
modules.d/90mdraid/65-md-incremental-imsm.rules

index 93715f522776a1cd69ddcf4476d5ceaa1f11d382..57db798444cf4b11eb574119baeaa08e387226c8 100644 (file)
@@ -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"