14 lines
488 B
Diff
14 lines
488 B
Diff
|
--- mdadm-4.1_rc1/udev-md-raid-assembly.rules~ 2018-06-22 13:10:58.196250086 +0800
|
||
|
+++ mdadm-4.1_rc1/udev-md-raid-assembly.rules 2018-06-22 13:11:37.761241080 +0800
|
||
|
@@ -5,6 +5,10 @@
|
||
|
ENV{ANACONDA}=="?*", GOTO="md_inc_end"
|
||
|
# assemble md arrays
|
||
|
|
||
|
+# In Fedora we handle the raid components in 65-md-incremental.rules so that
|
||
|
+# we can do things like honor anaconda command line options and such
|
||
|
+GOTO="md_inc_end"
|
||
|
+
|
||
|
SUBSYSTEM!="block", GOTO="md_inc_end"
|
||
|
|
||
|
# skip non-initialized devices
|