From 622947e7e79295f9c0639983a85d01563de65f90 Mon Sep 17 00:00:00 2001 From: WALDEMAR KOZACZUK Date: Tue, 12 May 2020 15:08:05 -0400 Subject: [PATCH] readme: add information about NFS and Virtio-FS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a146e3e83..238c45695a 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,8 @@ At the end of the boot process, OSv dynamic linker loads an application ELF and the kernel ELF. You can specify which filesystem to build image disk as by setting parameter `fs` of `./scripts/build` to one of the three values -`zfs`, `rofs` or `ramfs`. +In addtion, one can mount NFS filesystem, which had been recently transformed to be a shared library pluggable as a [module](https://github.com/cloudius-systems/osv/tree/master/modules/nfs), and newly implemented [Virtio-FS filesystem](https://stefanha.github.io/virtio/virtio-fs.html#x1-41500011). The NFS and Virtio-FS mounts can be setup by adding proper entry `/etc/fstab` or by passing a boot parameter as explained in this [commit comments](https://github.com/cloudius-systems/osv/commit/47c7e9268ff96f67f4649bb6c63685a5c2d74f00). + ## Running OSv Running an OSv image, built by `scripts/build`, is as easy as: