mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 17:06:58 +02:00
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:
commit
4a4b268efd
1
changelog/bugfixes/2025-06-12-extend-fs.md
Normal file
1
changelog/bugfixes/2025-06-12-extend-fs.md
Normal 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))
|
1
changelog/changes/2025-06-12-boot-permissions.md
Normal file
1
changelog/changes/2025-06-12-boot-permissions.md
Normal 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))
|
@ -1 +1 @@
|
||||
ghcr.io/flatcar/mantle:git-12a16b4a9703a4a6bef7f6df81fcc49e89aa2b99
|
||||
ghcr.io/flatcar/mantle:git-8973b287176276f3abfedb8370f5786156e10e16
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user