Skip to content

Commit 4a4b268

Browse files
authored
Merge pull request #3019 from flatcar/chewi/init-fixes
coreos-base/coreos-init: Bump for extend-fs and /boot permission changes
2 parents a887c90 + 7a0bc54 commit 4a4b268

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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))
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- `/boot` is now only accessible by the root user for better security. ([Flatcar#296](https://github.com/flatcar/Flatcar/issues/296))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ghcr.io/flatcar/mantle:git-12a16b4a9703a4a6bef7f6df81fcc49e89aa2b99
1+
ghcr.io/flatcar/mantle:git-8973b287176276f3abfedb8370f5786156e10e16

sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EGIT_REPO_URI="https://github.com/flatcar/init.git"
88
if [[ "${PV}" == 9999 ]]; then
99
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
1010
else
11-
EGIT_COMMIT="ac4adc6903e060d49afd7a527ed1b555e94847f8" # flatcar-master
11+
EGIT_COMMIT="dd9cbe449efb7134f885b07b16425eb51fb808a8" # flatcar-master
1212
KEYWORDS="amd64 arm arm64 x86"
1313
fi
1414

0 commit comments

Comments
 (0)