blob: 918d726d7461e2d38baf14eb1e928d79372420cd (
plain)
1
2
3
4
5
6
7
|
SUBSYSTEM!="block", GOTO="zfs_end"
ACTION!="add|change", GOTO="zfs_end"
ENV{ID_FS_TYPE}=="zfs", RUN+="/sbin/modprobe zfs"
ENV{ID_FS_TYPE}=="zfs_member", RUN+="/sbin/modprobe zfs"
LABEL="zfs_end"
|