Merge pull request #1385 from ManaSugi/change_virtiofsd_dir

docs: Fix the installation directory of virtiofsd
This commit is contained in:
Julio Montes 2021-02-09 10:49:33 -06:00 committed by GitHub
commit 61b448c7fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -404,7 +404,7 @@ To build a version of QEMU using the same options as the default `qemu-lite` ver
```
$ go get -d github.com/kata-containers/kata-containers/tools/packaging
$ cd $your_qemu_directory
$ ${GOPATH}/src/github.com/kata-containers/kata-containers/tools/packaging/scripts/configure-hypervisor.sh qemu > kata.cfg
$ ${GOPATH}/src/github.com/kata-containers/kata-containers/tools/packaging/scripts/configure-hypervisor.sh kata-qemu > kata.cfg
$ eval ./configure "$(cat kata.cfg)"
$ make -j $(nproc)
$ sudo -E make install