diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ea204db..7304596 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,62 @@ +- commits: + - subject: Update layers/meta-balena to c9e64a42b8de857356e587b551fc25e83df441a1 + hash: d47994fdab6c78ddf04bb8f18913d8df66df250f + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to c9e64a42b8de857356e587b551fc25e83df441a1 + changelog-entry: Update layers/meta-balena to c9e64a42b8de857356e587b551fc25e83df441a1 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "balena-image-bootloader-initramfs.bb: Add fsck module" + hash: 4b1bc7244ab21a9952ea7569c0c0e1bc9a11e2e0 + body: > + The balena bootloader initramfs contains the rootfs module and + that + + will get the rootfs mounted but not checked first for errors. This is + + problematic because at first boot with network connectivity available, + + time will sync but the rootfs will still have the last mount time in + + 1970. If at that point the rootfs gets corrupted then at next boot + + the rootfs' initramfs module from balena-bootloader will try to mount + + the rootfs without checking it first and then after that the filesystem + + check triggered by the fsck module from the actual kernel initramfs will + + fail like this: + + + [init][INFO] Running filesystem checks on partition resin-rootA (/dev/disk/by-state/resin-rootA) + + resin-rootA contains a file system with errors, check forced. + + resin-rootA: Inodes that were part of a corrupted orphan linked list found. + + + resin-rootA: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. + (i.e., without -a or -p options) + + This commit will add the fsck module to balena bootloader's initramfs + + which will trigger filesystem checks before the rootfs module runs. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + nested: [] + version: meta-balena-5.1.30 + title: "" + date: 2024-02-12T19:58:46.698Z + version: 5.1.30 + title: "" + date: 2024-02-12T23:59:48.002Z - commits: - subject: Update layers/meta-balena to 679f15cf90432172438f84e8f99fc4db2c6150f1 hash: 3a3f43ad37000e705a2f3d34ef5377cf1c54e8ce diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c13a7..4ee55c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.1.30 +## (2024-02-12) + + +
+ Update layers/meta-balena to c9e64a42b8de857356e587b551fc25e83df441a1 [Self-hosted Renovate Bot] + +> ## meta-balena-5.1.30 +> ### (2024-02-12) +> +> * balena-image-bootloader-initramfs.bb: Add fsck module [Florin Sarbu] +> + +
+ # v5.1.29 ## (2024-02-12) diff --git a/VERSION b/VERSION index 6935e0e..9ee40d9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.29 \ No newline at end of file +5.1.30 \ No newline at end of file