mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 00:37:24 +00:00
config: fix virtiofsd name
virtiofsd binary built using our packaging scripts is named `virtiofsd` and not `virtiofsd-x86_64` Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
parent
84ead984d2
commit
b1909e8ea2
2
Makefile
2
Makefile
@ -174,7 +174,7 @@ DEFDISABLEBLOCK := false
|
|||||||
DEFSHAREDFS := virtio-9p
|
DEFSHAREDFS := virtio-9p
|
||||||
DEFSHAREDFS_NEMU := virtio-9p
|
DEFSHAREDFS_NEMU := virtio-9p
|
||||||
DEFSHAREDFS_QEMU_VIRTIOFS := virtios-fs
|
DEFSHAREDFS_QEMU_VIRTIOFS := virtios-fs
|
||||||
DEFVIRTIOFSDAEMON := $(VIRTIOFSDBINDIR)/virtiofsd-x86_64
|
DEFVIRTIOFSDAEMON := $(VIRTIOFSDBINDIR)/virtiofsd
|
||||||
# Default DAX mapping cache size in MiB
|
# Default DAX mapping cache size in MiB
|
||||||
DEFVIRTIOFSCACHESIZE := 1024
|
DEFVIRTIOFSCACHESIZE := 1024
|
||||||
DEFVIRTIOFSCACHE := always
|
DEFVIRTIOFSCACHE := always
|
||||||
|
Loading…
Reference in New Issue
Block a user