Skip to content

Commit

Permalink
bump coreos-init and bootengine commit for cgroupv1-runtime-revert ch…
Browse files Browse the repository at this point in the history
…ange

This pulls in flatcar/bootengine#35 and
flatcar/init#62, which enable boot time switching
back to legacy cgroups by creating a flag files (/etc/flatcar-cgroupv1) from
ignition.

Also contains the subsequent bugfix to coreos-init:
c21ee83df0a2302c0b7cfa375a5f191c14800ec8 "coreos-base/coreos-init: move processes to root cgroup before unbinding controllers"
  • Loading branch information
jepio committed Mar 17, 2022
1 parent 459772d commit e5fe22d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="0b12d51e7935f4ea66b7c29287df8993096304e1" # flatcar-master
CROS_WORKON_COMMIT="003190a58623d3e62f0ec1632580da039a7ccfdd" # flatcar-3033-backport
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="bd97e3baf3369870f16fbcf0d047cd11fa55b85d" # tip of backports-flatcar-3033
CROS_WORKON_COMMIT="8b64026e3c0d80de1b8755e63293fa76004fc6a2" # tip of backports-flatcar-3033
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit e5fe22d

Please sign in to comment.