2014-06-10 13:12:22 +00:00
|
|
|
--- mdadm-3.3.1/udev-md-raid-assembly.rules~ 2014-06-10 13:29:41.192829830 +0200
|
|
|
|
+++ mdadm-3.3.1/udev-md-raid-assembly.rules 2014-06-10 13:30:20.838613208 +0200
|
|
|
|
@@ -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
|
|
|
|
2014-06-10 13:12:22 +00:00
|
|
|
# handle potential components of arrays (the ones supported by md)
|