4709789787
- Remove the new mdadm rules file from upstream as we already have this in our udev package (and the one in the udev package already has a bug fixed)
7 lines
244 B
Plaintext
7 lines
244 B
Plaintext
# This file causes block devices with Linux RAID (mdadm) signatures to
|
|
# automatically cause mdadm to be run.
|
|
# See udev(8) for syntax
|
|
|
|
SUBSYSTEM=="block", ACTION=="add|change", ENV{ID_FS_TYPE}=="linux_raid*", \
|
|
RUN+="/sbin/mdadm -I $root/%k"
|