mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
config: Fix virtio-fs
typo in Makefile
typo `virtios-fs` should be `virtio-fs`. Fixes: #2105. Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
parent
ba3d4f77fe
commit
c3abd51a5b
2
Makefile
2
Makefile
@ -173,7 +173,7 @@ DEFENTROPYSOURCE := /dev/urandom
|
|||||||
DEFDISABLEBLOCK := false
|
DEFDISABLEBLOCK := false
|
||||||
DEFSHAREDFS := virtio-9p
|
DEFSHAREDFS := virtio-9p
|
||||||
DEFSHAREDFS_NEMU := virtio-9p
|
DEFSHAREDFS_NEMU := virtio-9p
|
||||||
DEFSHAREDFS_QEMU_VIRTIOFS := virtios-fs
|
DEFSHAREDFS_QEMU_VIRTIOFS := virtio-fs
|
||||||
DEFVIRTIOFSDAEMON := $(VIRTIOFSDBINDIR)/virtiofsd
|
DEFVIRTIOFSDAEMON := $(VIRTIOFSDBINDIR)/virtiofsd
|
||||||
# Default DAX mapping cache size in MiB
|
# Default DAX mapping cache size in MiB
|
||||||
DEFVIRTIOFSCACHESIZE := 1024
|
DEFVIRTIOFSCACHESIZE := 1024
|
||||||
|
Loading…
Reference in New Issue
Block a user