From: Harald Hoyer Date: Mon, 13 Jul 2009 12:50:49 +0000 (+0200) Subject: do not force to run the mdraid array for the incremental add X-Git-Tag: 0.5~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4286a250412e482467dec2d514e54770d7183b4c;p=platform%2Fupstream%2Fdracut.git do not force to run the mdraid array for the incremental add --- diff --git a/modules.d/90mdraid/61-mdadm.rules b/modules.d/90mdraid/61-mdadm.rules index 1a5d98c..7c90628 100644 --- a/modules.d/90mdraid/61-mdadm.rules +++ b/modules.d/90mdraid/61-mdadm.rules @@ -7,6 +7,6 @@ ACTION!="add|change", GOTO="raid_end" KERNEL=="md/*", GOTO="raid_end" KERNEL=="md*", IMPORT{program}="vol_id --export $tempnode" -ENV{ID_FS_TYPE}=="linux_raid_member", RUN+="/sbin/mdadm -IR $root/%k" +ENV{ID_FS_TYPE}=="linux_raid_member", RUN+="/sbin/mdadm -I $env{DEVNAME}" LABEL="raid_end"