Skip to content
Snippets Groups Projects

Integrate podman in Oniro

Merged Andrei Gherzan requested to merge agherzan/oniro:ag/podman into kirkstone
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -6,3 +6,11 @@ inherit writables
WRITABLES = "rootuser-netconfig"
WRITABLE_PATH[rootuser-netconfig] = "/etc/cni/net.d"
do_install:append() {
if ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'true', 'false', d)}; then
# Make sure that the Oniro defaults gets overridden by this.
mv "${D}${sysconfdir}/sysctl.d/00-podman-rootless.conf" \
"${D}${sysconfdir}/sysctl.d/50-podman-rootless.conf"
fi
}
Loading