diff options
author | Holger Paradies <retabell@gmx.de> | 2025-01-19 15:36:44 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2025-05-05 19:51:04 +0200 |
commit | 3b684d6cbec73770df675cc3b968ebfd2961be0f (patch) | |
tree | 18bcc424aff663f35aba58173693a5200963bbd5 /config/lists | |
parent | dfea07f5ec5559a8d87805a9d5bc7e0f198851d8 (diff) | |
download | kanotix-3b684d6cbec73770df675cc3b968ebfd2961be0f.zip kanotix-3b684d6cbec73770df675cc3b968ebfd2961be0f.tar.gz |
TF add libfuse2t64 explizit to support appimages
Diffstat (limited to 'config/lists')
-rw-r--r-- | config/lists/base | 4 | ||||
-rw-r--r-- | config/lists/kanotix-eeepc4G | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/config/lists/base b/config/lists/base index 05d35d2..57ca0a5 100644 --- a/config/lists/base +++ b/config/lists/base @@ -242,6 +242,10 @@ zram #if DISTRIBUTION squeeze wheezy jessie stretch buster bullseye bookworm httpfs2 #endif +# support for appimages +#nif DISTRIBUTION squeeze wheezy jessie stretch buster bullseye bookworm +libfuse2t64 +#endif # filesystem tools parted diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G index 5220366..d03b29a 100644 --- a/config/lists/kanotix-eeepc4G +++ b/config/lists/kanotix-eeepc4G @@ -209,6 +209,10 @@ zram #if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm httpfs2 #endif +# support for appimages +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +libfuse2t64 +#endif # filesystem tools parted |