]> git.proxmox.com Git - mirror_zfs-debian.git/blame - udev/rules.d/90-zfs.rules.in
Imported Upstream version 0.6.5.9
[mirror_zfs-debian.git] / udev / rules.d / 90-zfs.rules.in
CommitLineData
c06d4368 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
c06d4368
AX
10SUBSYSTEM=="misc", KERNEL=="zfs", RUN+="@sbindir@/zpool list"
11
ae26d046 12LABEL="zfs_end"