]> git.proxmox.com Git - mirror_zfs.git/blame - udev/rules.d/90-zfs.rules.in
zstreamdump: -d option is not documented in manpage
[mirror_zfs.git] / udev / rules.d / 90-zfs.rules.in
CommitLineData
91604b29 1SUBSYSTEM!="block|misc", GOTO="zfs_end"
ae26d046
MAR
2ACTION!="add|change", GOTO="zfs_end"
3
4ENV{ID_FS_TYPE}=="zfs", RUN+="/sbin/modprobe zfs"
5ENV{ID_FS_TYPE}=="zfs_member", RUN+="/sbin/modprobe zfs"
6
fde4ce99
ZB
7KERNEL=="null", SYMLINK+="root"
8SYMLINK=="null", SYMLINK+="root"
9
a6cc9756 10KERNEL=="zfs", MODE="0666", OPTIONS+="static_node=zfs"
91604b29 11
ae26d046 12LABEL="zfs_end"