mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 10:21:01 +03:00
fde4ce992d
Update Dracut module for Dracut-010 and fix race conditions that caused boot to fail on MP systems. Add support for zfs_force flag and parsing of spl_hostid from kernel command line. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
11 lines
263 B
Plaintext
11 lines
263 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"
|
|
|
|
KERNEL=="null", SYMLINK+="root"
|
|
SYMLINK=="null", SYMLINK+="root"
|
|
|
|
LABEL="zfs_end"
|