[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>
Fri, 22 Jan 2021 09:13:11 +0000 (09:13 +0000)
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>
Gbp-Pq: Name 0006-systemd-disable-snapfuse-system.patch

systemd/systemd.go

index 2c6d5197de85e9233e656a3b98e694b52c20d7f2..44c4ed29a3ea55ad9fa816b815fc310500b7d116 100644 (file)
@@ -35,8 +35,6 @@ import (
        "sync/atomic"
        "time"
 
-       _ "github.com/snapcore/squashfuse"
-
        "github.com/snapcore/snapd/dirs"
        "github.com/snapcore/snapd/osutil"
        "github.com/snapcore/snapd/osutil/squashfs"