From: Norbert Lange Date: Fri, 31 Jul 2020 21:53:45 +0000 (+0200) Subject: package/systemd: disable portabled X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b37fa74380557689f2309370c5bc1e770a1831eb;p=buildroot.git 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 --- 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