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>
Wed, 30 Oct 2019 12:17:43 +0000 (12:17 +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 42f646643620e71b602b6373a8e0509a6bc62f4d..c6fd8877b33083a073f06a9359f55efd4cfe8a44 100644 (file)
@@ -33,8 +33,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"