coreos-base/coreos-init: Bump for extend-fs and /boot permission changes

An associated Kola fix is included.

Closes: https://github.com/flatcar/init/pull/132
Closes: https://github.com/flatcar/Flatcar/issues/296
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
James Le Cuirot 2025-06-12 14:22:23 +01:00
parent a887c9080a
commit 7a0bc5458d
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
5 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1 @@
- Fixed race condition in the script that grows the root partition to fill the disk. This bug sometimes caused the operation to not occur. ([init#132](https://github.com/flatcar/init/pull/132))

View File

@ -0,0 +1 @@
- `/boot` is now only accessible by the root user for better security. ([Flatcar#296](https://github.com/flatcar/Flatcar/issues/296))

View File

@ -1 +1 @@
ghcr.io/flatcar/mantle:git-12a16b4a9703a4a6bef7f6df81fcc49e89aa2b99
ghcr.io/flatcar/mantle:git-8973b287176276f3abfedb8370f5786156e10e16

View File

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