Merge pull request #1874 from flatcar-linux/tormath1/bootengine

sys-kernel/bootengine: bump commit ID
This commit is contained in:
Mathieu Tortuyaux 2022-05-11 09:49:01 +02:00 committed by GitHub
commit 75f1725a0f
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Fixed Ignition's OEM ID to be `metal` to follow the Ignition upstream change which otherwise resulted in a broken boot when the Flatcar OEM ID `pxe` was used ([bootengine#45](https://github.com/flatcar-linux/bootengine/pull/45))

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="110ddbf154f73a98e378f698eb40354d2429ec92" # flatcar-master
CROS_WORKON_COMMIT="cb9e1a86cc979b72820f4ec6e14704df88bc9a2b" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi