From 20b27a16c97262762d26fca4bbfd56eac9e0cde3 Mon Sep 17 00:00:00 2001 From: Manabu Sugimoto Date: Tue, 9 Feb 2021 22:24:51 +0900 Subject: [PATCH] docs: Fix the installation directory of virtiofsd Change the installation directory of virtiofsd to kata-qemu. Fixes: #1379 Signed-off-by: Manabu Sugimoto --- docs/Developer-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developer-Guide.md b/docs/Developer-Guide.md index d82de38fee..f61f4f7224 100644 --- a/docs/Developer-Guide.md +++ b/docs/Developer-Guide.md @@ -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