From e295c60063ef211839f2c76c86d5002d7f2c5b50 Mon Sep 17 00:00:00 2001 From: Andreas Hirschauer Date: Tue, 13 Dec 2016 11:51:12 +0100 Subject: [PATCH] Add fuse3 package --- install/system/filesystem | 1 + 1 file changed, 1 insertion(+) diff --git a/install/system/filesystem b/install/system/filesystem index 272feab..6ccba2e 100644 --- a/install/system/filesystem +++ b/install/system/filesystem @@ -11,6 +11,7 @@ options+=("exfat-utils" "" on) options+=("gptfdisk" "" on) options+=("autofs" "" on) options+=("fuse2" "" on) +options+=("fuse3" "" on) options+=("fuseiso" "" on) options+=("sshfs" "" on) options+=("samba" "" off)