summaryrefslogtreecommitdiffstats
path: root/distropkg/mdadm.rules
diff options
context:
space:
mode:
Diffstat (limited to 'distropkg/mdadm.rules')
-rw-r--r--distropkg/mdadm.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/distropkg/mdadm.rules b/distropkg/mdadm.rules
index e70f5b1..bd11633 100644
--- a/distropkg/mdadm.rules
+++ b/distropkg/mdadm.rules
@@ -3,4 +3,4 @@
# See udev(8) for syntax
SUBSYSTEM=="block", ACTION=="add|change", ENV{ID_FS_TYPE}=="linux_raid*", \
- RUN+="/sbin/mdadm --incremental --run --scan $root/%k"
+ RUN+="/sbin/mdadm -I --auto=yes $root/%k"