From c0096e868e733e43b7b080ce8ee0e54cd3a600e5 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Thu, 12 Sep 2024 13:08:46 -0400 Subject: [PATCH] snapcraft: disable Virtual FAT export support in QEMU This vvfat feature allows exporting a directory from to host to a guest. The directory view is built once at boot time. Not something we use in our snap. Signed-off-by: Simon Deziel --- snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index 0776e416..27c2ba76 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -851,6 +851,7 @@ parts: - --disable-vdi - --disable-vmnet - --disable-vnc + - --disable-vvfat - --disable-xen - --disable-xkbcommon - --enable-attr