]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core199: Don't cleanup any libfuse.so.* files
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Jan 2026 11:19:41 +0000 (11:19 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Jan 2026 11:24:17 +0000 (11:24 +0000)
libfuse does not follow the usual rules of versioning their libraries
which is why we need to create an exception.

Fixes: #13922 - Core 199 - QEMU VMs no longer start - libfuse3.so.4 missing
Reported-by: Arno Jonker <admin@greenbull.nl>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/oldcore/199/filelists/files
src/scripts/filesystem-cleanup

index a8135369b2ed4ae5807a8e4e3705b7aee1e4007a..89e87f23da5d67f111c0af3a301ffcd5bbdece8b 100644 (file)
@@ -23,6 +23,7 @@ srv/web/ipfire/cgi-bin/modem-status.cgi
 srv/web/ipfire/cgi-bin/vulnerabilities.cgi
 srv/web/ipfire/cgi-bin/wireguard.cgi
 srv/web/ipfire/cgi-bin/wirelessclient.cgi
+usr/local/bin/filesystem-cleanup
 usr/local/bin/lldpdctrl
 usr/sbin/openvpn-authenticator
 usr/sbin/redirect_wrapper
index a1b5e88913b42e873054ff37f32488a900b3175e..22dee138fdd630c5f87b06ac6963c307ed1b738d 100644 (file)
@@ -56,6 +56,10 @@ main() {
                                */libboost*)
                                        continue
                                        ;;
+                               # libfuse does not seem to understand how to version their libraries
+                               */libfuse.*)
+                                       continue
+                                       ;;
                        esac
 
                        # Read the name of the linked library