From 1d1a7f9f40c3798afb63512edc4ca40ebf219f48 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 7 Mar 2023 11:54:35 +0100 Subject: [PATCH] profiles: Switch to 17.1 profile for amd64 --- .../third_party/coreos-overlay/profiles/coreos/amd64/parent | 2 +- .../profiles/coreos/targets/generic/make.defaults | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/parent b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/parent index 9ffcce309e..b15d5c1cf9 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/parent +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/parent @@ -1,2 +1,2 @@ -portage-stable:default/linux/amd64/17.0/no-multilib/hardened +portage-stable:default/linux/amd64/17.1/no-multilib/hardened :coreos/base diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults index e8ff6e411f..ba2236b709 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults @@ -107,6 +107,3 @@ ACCT_USER_SYSTEMD_RESOLVE_ID=245 # tss seems to be one of those users with a mismatching UID/GID ACCT_GROUP_TSS_ID=252 ACCT_USER_TSS_ID=236 - -# Disable creation of /usr/lib as symlink -SYMLINK_LIB="no"