From 102ecef56ac90dc1c4dff55319ab8796ea6833c7 Mon Sep 17 00:00:00 2001 From: MatMoul <matmoul@gmail.com> Date: Thu, 18 Feb 2016 19:55:05 +0100 Subject: [PATCH] Add exfat-utils to filesystem --- install/system/filesystem | 1 + 1 file changed, 1 insertion(+) diff --git a/install/system/filesystem b/install/system/filesystem index a4c7b3e..e56272f 100644 --- a/install/system/filesystem +++ b/install/system/filesystem @@ -7,6 +7,7 @@ options+=("snapper" "snapshot manager (ext4, lvm, btrfs)" off) options+=("dosfstools" "FAT32 file support (Windows Drives)" on) options+=("ntfs-3g" "NTFS file support (Windows Drives)" on) options+=("btrfs-progs" "BTRFS file utils" on) +options+=("exfat-utils" "" on) options+=("gptfdisk" "" on) options+=("autofs" "" on) options+=("fuse" "" on)