From a4fe6e8b09dba2ea37f845acefea55d79d983ffa Mon Sep 17 00:00:00 2001 From: FredBezies Date: Tue, 31 Aug 2021 17:04:30 +0200 Subject: [PATCH] Removing autofs It is on AUR now: https://aur.archlinux.org/packages/autofs/ This will fix: https://github.com/MatMoul/archfi/issues/187 --- install/system/filesystem | 1 - 1 file changed, 1 deletion(-) diff --git a/install/system/filesystem b/install/system/filesystem index de9d600..1db9d8c 100644 --- a/install/system/filesystem +++ b/install/system/filesystem @@ -9,7 +9,6 @@ options+=("ntfs-3g" "NTFS file support (Windows Drives)" on) options+=("btrfs-progs" "BTRFS file utils" on) options+=("exfat-utils" "EXFAT file support" on) options+=("gptfdisk" "" on) -options+=("autofs" "" on) options+=("fuse2" "" on) options+=("fuse3" "" on) options+=("fuseiso" "" on)