diff options
author | Holger Paradies <retabell@gmx.de> | 2021-04-24 19:36:18 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2021-04-24 19:39:15 +0200 |
commit | 6e20392227a6b8acf8ea546f58a5f9b0cf27b788 (patch) | |
tree | 2a445e2de9746f3075994386f8c7c84cc792e64c | |
parent | c2c68c96ac5433c870597682128db23fa16dedb4 (diff) | |
download | kanotix-6e20392227a6b8acf8ea546f58a5f9b0cf27b788.zip kanotix-6e20392227a6b8acf8ea546f58a5f9b0cf27b788.tar.gz |
Remove exfat-fuse from speedfire up
install exfatprogs and remove exfat-utils
-rw-r--r-- | config/lists/base | 5 | ||||
-rw-r--r-- | config/lists/kanotix-eeepc4G | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/config/lists/base b/config/lists/base index 234e07a..150c355 100644 --- a/config/lists/base +++ b/config/lists/base @@ -210,8 +210,13 @@ kpartx dosfstools lvm2 hfsprogs +#if DISTRIBUTION squeeze wheezy jessie stretch buster exfat-fuse exfat-utils +#endif +#nif DISTRIBUTION squeeze wheezy jessie stretch buster +exfatprogs +#endif #nif DISTRIBUTION wheezy zram #endif diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G index f85054c..6175558 100644 --- a/config/lists/kanotix-eeepc4G +++ b/config/lists/kanotix-eeepc4G @@ -173,8 +173,11 @@ lvm2 hfsprogs #if DISTRIBUTION wheezy jessie stretch buster exfat-fuse -#endif exfat-utils +#endif +#nif DISTRIBUTION wheezy jessie stretch buster +exfatprogs +#endif #nif DISTRIBUTION wheezy zram #endif |