2018-07-09 10:26:21 +00:00
|
|
|
--- mdadm/udev-md-raid-assembly.rules~ 2018-07-09 18:24:27.450774446 +0800
|
|
|
|
+++ mdadm/udev-md-raid-assembly.rules 2018-07-09 18:25:12.630735637 +0800
|
2014-06-10 13:12:22 +00:00
|
|
|
@@ -5,6 +5,10 @@
|
|
|
|
ENV{ANACONDA}=="?*", GOTO="md_inc_end"
|
|
|
|
# assemble md arrays
|
2011-12-30 16:42:20 +00:00
|
|
|
|
|
|
|
+# 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
|
2014-06-10 13:12:22 +00:00
|
|
|
+GOTO="md_inc_end"
|
|
|
|
+
|
|
|
|
SUBSYSTEM!="block", GOTO="md_inc_end"
|
2011-12-30 16:42:20 +00:00
|
|
|
|
2018-07-09 10:26:21 +00:00
|
|
|
# skip non-initialized devices
|