Move 90-zfs udev rule from dracut to udev/rules.d
authorKyle Fuller <inbox@kylefuller.co.uk>
Sat, 6 Aug 2011 17:28:16 +0000 (18:28 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 19 Aug 2011 23:26:13 +0000 (16:26 -0700)
commit146cde8f4acd52d258ba80817dd1134702a91954
tree7dbd1a5844e75616d3ff9477a1217c957d209d12
parent9c4f40b894dd5b5c2ef18546d23d7e91095ac509
Move 90-zfs udev rule from dracut to udev/rules.d

This rule does not need to be dracut specific.  Automatically loading
the zfs module stack when a zfs device is detected is usually desirable.
My only concern is that this might cause trouble for large pools where
we don't want to automatically import the pool until all the disks are
available.  However, we'll cross that bridge when we come to it.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
dracut/90zfs/Makefile.am
dracut/90zfs/Makefile.in
dracut/90zfs/module-setup.sh
udev/rules.d/.gitignore
udev/rules.d/90-zfs.rules.in [moved from dracut/90zfs/90-zfs.rules with 100% similarity]
udev/rules.d/Makefile.am
udev/rules.d/Makefile.in
zfs.spec.in