coreos-base/coreos-init: move processes to root cgroup before unbinding controllers

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2022-03-02 13:15:15 +00:00
parent 0f8d2ca84b
commit 2d489c33a3
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else else
CROS_WORKON_COMMIT="e72d7a46b73d21d4f0c5840c6bb19aa0ad8e08f6" # flatcar-master CROS_WORKON_COMMIT="67bdb80f771fcce812879b68f144fc8c7eb0300b" # jepio/fix-cgroupv1-em
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
fi fi