Skip to content

added support for nfs

to use NFS as a remote root append to the kernel root="server_ip":"remote_share" rootfstype=nfs rootflags="root_mounting_flags_as_needed"

via this method is possible to add support to other protocols like gluster or ceph just by adding the required modules and files via feature.d, the compilation of the new initramfs and specifying the correct rootfstype

Merge request reports