mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
coreos-base/update_engine: fix flatcar-postinst migration notice
This pulls in https://github.com/flatcar-linux/update_engine/pull/16 to fix a small template error in the cgroup v2 migration notice.
This commit is contained in:
parent
0c2a064bfb
commit
98d2469b60
@ -8,7 +8,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="04a76854b82f448f814ed46958c4d53ff27eefd7" # flatcar-master
|
CROS_WORKON_COMMIT="de8da9b92d6db3f08bd83f01cc8de2b3c15e675e" # flatcar-master
|
||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user