]> git.proxmox.com Git - mirror_zfs-debian.git/blame - udev/rules.d/90-zfs.rules.in
Merge branch 'add_breaks_replaces_zfs_initramfs' into 'master'
[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
cae5b340 10SUBSYSTEM=="misc", KERNEL=="zfs", MODE="0666"
c06d4368 11
ae26d046 12LABEL="zfs_end"