mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-05 02:40:18 +00:00
qemu: remove virtiofsd option in qemu config
As virtiofsd will be built base on rust, "virtiofsd" option is no longer needed in qemu. Fixes: #4258 Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
This commit is contained in:
@@ -52,7 +52,7 @@ init_env() {
|
||||
LIBC="gnu"
|
||||
ARCH="powerpc64le"
|
||||
;;
|
||||
"s390")
|
||||
"s390x")
|
||||
LIBC="gnu"
|
||||
;;
|
||||
"x86_64")
|
||||
|
Reference in New Issue
Block a user