Skip to content

Commit

Permalink
v5.1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Feb 12, 2024
1 parent 940c051 commit 6ef1ebc
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 1 deletion.
59 changes: 59 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,62 @@
- commits:
- subject: Update layers/meta-balena to c9e64a42b8de857356e587b551fc25e83df441a1
hash: c0a4fae6b59b7cc257bec12280e2b777950ff39b
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 <[email protected]>
signed-off-by: Florin Sarbu <[email protected]>
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-12T20:38:54.072Z
- commits:
- subject: Update layers/poky to db8608a8577b092ec8ee04f54329170f043fbdc2
hash: 75c5a5debed3a05d238482af8b904587bbe4e32b
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# v2.105.10
## (2022-10-13)

# v5.1.30
## (2024-02-12)


<details>
<summary> Update layers/meta-balena to c9e64a42b8de857356e587b551fc25e83df441a1 [Self-hosted Renovate Bot] </summary>

> ## meta-balena-5.1.30
> ### (2024-02-12)
>
> * balena-image-bootloader-initramfs.bb: Add fsck module [Florin Sarbu]
>
</details>

# v5.1.29+rev1
## (2024-02-12)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.29+rev1
5.1.30

0 comments on commit 6ef1ebc

Please sign in to comment.