Files
mirror_zfs/udev/rules.d/90-zfs.rules.in
T

13 lines
324 B
Plaintext
Raw Normal View History

2013-07-02 11:59:51 -07:00
SUBSYSTEM!="block|misc", GOTO="zfs_end"
2011-03-17 15:18:13 -07:00
ACTION!="add|change", GOTO="zfs_end"
ENV{ID_FS_TYPE}=="zfs", RUN+="/sbin/modprobe zfs"
ENV{ID_FS_TYPE}=="zfs_member", RUN+="/sbin/modprobe zfs"
2011-07-04 13:25:31 -04:00
KERNEL=="null", SYMLINK+="root"
SYMLINK=="null", SYMLINK+="root"
2018-03-13 10:45:55 -07:00
KERNEL=="zfs", MODE="0666", OPTIONS+="static_node=zfs"
2013-07-02 11:59:51 -07:00
2011-03-17 15:18:13 -07:00
LABEL="zfs_end"