X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=dracut%2F90zfs%2F90-zfs.rules;h=52e1d639303e2787e6a151f27ce8661cf0facb5a;hb=615ab66d18f74b3f4979c06192e1aa1082523dd3;hp=918d726d7461e2d38baf14eb1e928d79372420cd;hpb=ae26d0465a234d7b340566287908c78fe24901e1;p=zfs.git diff --git a/dracut/90zfs/90-zfs.rules b/dracut/90zfs/90-zfs.rules index 918d726..52e1d63 100644 --- a/dracut/90zfs/90-zfs.rules +++ b/dracut/90zfs/90-zfs.rules @@ -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"