1 SUBSYSTEM!="block|misc", GOTO="zfs_end"
2 ACTION!="add|change", GOTO="zfs_end"
4 ENV{ID_FS_TYPE}=="zfs", RUN+="/sbin/modprobe zfs"
5 ENV{ID_FS_TYPE}=="zfs_member", RUN+="/sbin/modprobe zfs"
7 KERNEL=="null", SYMLINK+="root"
8 SYMLINK=="null", SYMLINK+="root"
10 KERNEL=="zfs", MODE="0666", OPTIONS+="static_node=zfs"