From b1909e8ea20b4165d276d4ae8eec4a420579b59c Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Fri, 20 Sep 2019 15:33:50 -0500 Subject: [PATCH] config: fix virtiofsd name virtiofsd binary built using our packaging scripts is named `virtiofsd` and not `virtiofsd-x86_64` Signed-off-by: Salvador Fuentes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34d885c784..6004c8c2e9 100644 --- a/Makefile +++ b/Makefile @@ -174,7 +174,7 @@ DEFDISABLEBLOCK := false DEFSHAREDFS := virtio-9p DEFSHAREDFS_NEMU := virtio-9p DEFSHAREDFS_QEMU_VIRTIOFS := virtios-fs -DEFVIRTIOFSDAEMON := $(VIRTIOFSDBINDIR)/virtiofsd-x86_64 +DEFVIRTIOFSDAEMON := $(VIRTIOFSDBINDIR)/virtiofsd # Default DAX mapping cache size in MiB DEFVIRTIOFSCACHESIZE := 1024 DEFVIRTIOFSCACHE := always