Merge pull request #3019 from flatcar/chewi/init-fixes

coreos-base/coreos-init: Bump for extend-fs and /boot permission changes
This commit is contained in:
James Le Cuirot 2025-06-12 15:42:40 +01:00 committed by GitHub
commit 4a4b268efd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else else
EGIT_COMMIT="ac4adc6903e060d49afd7a527ed1b555e94847f8" # flatcar-master EGIT_COMMIT="dd9cbe449efb7134f885b07b16425eb51fb808a8" # flatcar-master
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
fi fi