docs: Update virtiofsd build script in the developer guide
This commit is contained in:
Peng Tao
2022-12-19 17:02:35 +08:00
committed by GitHub

View File

@@ -481,7 +481,7 @@ When using the file system type virtio-fs (default), `virtiofsd` is required
```bash ```bash
$ pushd kata-containers/tools/packaging/static-build/virtiofsd $ pushd kata-containers/tools/packaging/static-build/virtiofsd
$ ./build-static-virtiofsd.sh $ ./build.sh
$ popd $ popd
``` ```