docs: Update virtiofsd build script in the developer guide

Script to execute to build virtiofsd has been changed in #5426 but not in the doc. This commit update the developer guide.

Fixes: #5860

Signed-off-by: Mathias Flagey <mathiasflagey1201@gmail.com>
This commit is contained in:
Mathias Flagey
2022-12-08 08:42:38 +01:00
parent 0a1d1ec2fa
commit ebe5c5adf9

View File

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