From: Zygmunt Krynicki Date: Thu, 17 Jan 2019 13:51:14 +0000 (+0200) Subject: [PATCH 6/9] systemd: disable snapfuse system X-Git-Tag: archive/raspbian/2.49-1+rpi1+deb11u1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7ddad0b539e24bb4ae988c38ce6db892de231c2b;p=snapd.git [PATCH 6/9] systemd: disable snapfuse system 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 Gbp-Pq: Name 0006-systemd-disable-snapfuse-system.patch --- diff --git a/systemd/systemd.go b/systemd/systemd.go index 2c6d5197..44c4ed29 100644 --- a/systemd/systemd.go +++ b/systemd/systemd.go @@ -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"