From 146cde8f4acd52d258ba80817dd1134702a91954 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Sat, 6 Aug 2011 18:28:16 +0100 Subject: 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 --- udev/rules.d/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'udev/rules.d/.gitignore') diff --git a/udev/rules.d/.gitignore b/udev/rules.d/.gitignore index e56d65ef8..939962d47 100644 --- a/udev/rules.d/.gitignore +++ b/udev/rules.d/.gitignore @@ -1,2 +1,3 @@ 60-zpool.rules 60-zvol.rules +90-zfs.rules -- cgit v1.2.3