coreos-base/update_engine: fail upgrade if cgroupv1 is enabled

See: https://github.com/flatcar/update_engine/pull/41
This commit is contained in:
Adrian Vladu 2024-12-18 10:06:49 +00:00
parent 6ee1d50d5f
commit 089df8894e
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/update_engine.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
EGIT_COMMIT="541576a4dcd56397597abef7d9ce4c539631ed65" # flatcar-master
EGIT_COMMIT="46e1984f2c91e3d14bad9323a6bf32a9c6662fbc" # flatcar-master
KEYWORDS="amd64 arm64"
fi