Skip to content

Commit

Permalink
snapcraft: disable Virtual FAT export support in QEMU
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
simondeziel committed Sep 12, 2024
1 parent 52b730c commit c0096e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,7 @@ parts:
- --disable-vdi
- --disable-vmnet
- --disable-vnc
- --disable-vvfat
- --disable-xen
- --disable-xkbcommon
- --enable-attr
Expand Down

0 comments on commit c0096e8

Please sign in to comment.