Linux: Fix detection of register_sysctl_sz
[zfs.git] / udev / rules.d / 90-zfs.rules.in
blob82f8cf1cf5ec2877f925592fa76367925336fe6a
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"
12 LABEL="zfs_end"