From 1bdc378bc20f7214370fc84cbbedb6105e27eaa3 Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 8 Jan 2019 10:21:17 -0500 Subject: [PATCH] profiles: Skip SSSD in the GCE OEM ACI It requires more space than the OEM partition has to offer. --- .../profiles/coreos/targets/generic/oem-aci/package.provided | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/oem-aci/package.provided diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/oem-aci/package.provided b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/oem-aci/package.provided new file mode 100644 index 0000000000..92c93c6fea --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/oem-aci/package.provided @@ -0,0 +1,2 @@ +# Do not install SSSD in the container. +sys-auth/sssd-1.13.1