# mdadm creates its own device nodes, and it gets really annoyed when someone # creates /dev/mdX nodes and it's not supposed to use them. see #381181. But # sometimes udev needs to create them (#382263), so we now use a script to # determine which one to use. KERNEL=="md[0-9]*|md_d[0-9]*", PROGRAM="mdadm-name-generator.sh %k", \ NAME="%c", SYMLINK=""