[PATCH 6/9] systemd: disable snapfuse system
authorZygmunt Krynicki <me@zygoon.pl>
Thu, 17 Jan 2019 13:51:14 +0000 (15:51 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 7 Sep 2021 11:53:22 +0000 (12:53 +0100)
Upstream snapd uses an elaborate hack to bundle squashfuse under the
name snapfuse, and built as a fake go package. This component is not
available in Debian where bundling elements is not allowed.

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
Gbp-Pq: Name 0006-systemd-disable-snapfuse-system.patch

systemd/systemd.go

index b433bdda4d2a07ded262fd645a4ef41a1444102c..29365b046e24c5042c48b68b8468fc5d4c93978f 100644 (file)
@@ -36,8 +36,6 @@ import (
        "sync/atomic"
        "time"
 
-       _ "github.com/snapcore/squashfuse"
-
        "github.com/snapcore/snapd/dirs"
        "github.com/snapcore/snapd/gadget/quantity"
        "github.com/snapcore/snapd/osutil"