diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/usr/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/usr/make.defaults index bb4a6de016..8ad8dfec7f 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/usr/make.defaults +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/usr/make.defaults @@ -4,5 +4,9 @@ # Enable tweaks to install everything under /usr USE="symlink-usr" +# Currently we have no particular need for pam and it is the biggest +# thing we have left in /etc. Disable for now, we can revisit later. +USE="${USE} -pam" + # Append -usr to disk layout names (use base-usr, not base) COREOS_DISK_LAYOUT_SUFFIX="-usr"