mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 10:21:01 +03:00
8 lines
197 B
Plaintext
8 lines
197 B
Plaintext
|
SUBSYSTEM!="block", GOTO="zfs_end"
|
||
|
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"
|
||
|
|
||
|
LABEL="zfs_end"
|