Files
mirror_zfs/dracut/90zfs/90-zfs.rules
T

11 lines
263 B
Plaintext
Raw Normal View History

2011-03-17 15:18:13 -07:00
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"
2011-07-04 13:25:31 -04:00
KERNEL=="null", SYMLINK+="root"
SYMLINK=="null", SYMLINK+="root"
2011-03-17 15:18:13 -07:00
LABEL="zfs_end"