There is a new pull request by ahesford against master on the void-packages repository https://github.com/ahesford/void-packages nfsroot https://github.com/void-linux/void-packages/pull/41560 mkinitcpio-nfs-utils: support NFSv4 roots The `net` hook for `mkinitcpio` shipped by this package uses a helper to do v2 or v3 mounts that support locking without the need for a local `lockd` in the initramfs. The helper does not support v4 mounts and v4 does not require a local `lockd`, so we can look for an NFS version requirement in the root spec and directly call `mount -t nfs4` instead of `nfsmount` to support v4 roots. #### Testing the changes - I tested the changes in this PR: **in progress** A patch file from https://github.com/void-linux/void-packages/pull/41560.patch is attached