From 500a7d4a885d4dc3b80f64938ca031ec72f3528c Mon Sep 17 00:00:00 2001
From: MatMoul <matmoul@gmail.com>
Date: Sat, 4 Feb 2017 23:09:35 +0100
Subject: [PATCH] Uncheck sshfs by default

---
 install/system/filesystem | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/system/filesystem b/install/system/filesystem
index 6ccba2e..ac00a0f 100644
--- a/install/system/filesystem
+++ b/install/system/filesystem
@@ -13,7 +13,7 @@ options+=("autofs" "" on)
 options+=("fuse2" "" on)
 options+=("fuse3" "" on)
 options+=("fuseiso" "" on)
-options+=("sshfs" "" on)
+options+=("sshfs" "" off)
 options+=("samba" "" off)
 options+=("nfs-utils" "" off)
 options+=("open-iscsi" "" off)