mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-30 18:56:23 +03:00
Update for Dracut-010
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>
This commit is contained in:
committed by
Brian Behlendorf
parent
e93ced4847
commit
fde4ce992d
@@ -4,4 +4,7 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user