From b37fa74380557689f2309370c5bc1e770a1831eb Mon Sep 17 00:00:00 2001 From: Norbert Lange Date: Fri, 31 Jul 2020 23:53:45 +0200 Subject: [PATCH] package/systemd: disable portabled portabled is a container-like service, but so far its still a preview and basically unknown as the portablectl is hidden in /usr/lib/systemd. Disable it for now. See https://systemd.io/PORTABLE_SERVICES/ Signed-off-by: Norbert Lange Signed-off-by: Thomas Petazzoni --- package/systemd/systemd.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk index 4fcff90512..e356cb1add 100644 --- a/package/systemd/systemd.mk +++ b/package/systemd/systemd.mk @@ -41,7 +41,8 @@ SYSTEMD_CONF_OPTS += \ -Dmount-path=/usr/bin/mount \ -Dumount-path=/usr/bin/umount \ -Didn=true \ - -Dnss-systemd=true + -Dnss-systemd=true \ + -Dportabled=false ifeq ($(BR2_PACKAGE_ACL),y) SYSTEMD_DEPENDENCIES += acl -- 2.30.2