1 * `dracut-zfs-mount` - mount all ZFS datasets from the imported pools before switching to the new root, helpful if crucial system binaries/libraries are on a separate dataset. Note that the mountpoints will technically change from
`$PATH` to
`/sysroot/$PATH`. This is mostly harmless, but remounting a dataset will mount it at the actual
`/sysroot/$PATH`, so be careful.
2 * `nvcc-protobuf-fix` - get rid of a manually forced compiler error triggered by an incomplete type, causes NVCC to always fail and is safe to ignore.