v5.1.30
This commit is contained in:
parent
7951871fbc
commit
11e6229a72
3 changed files with 75 additions and 1 deletions
|
@ -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 <florin@balena.io>
|
||||||
|
signed-off-by: Florin Sarbu <florin@balena.io>
|
||||||
|
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:
|
- commits:
|
||||||
- subject: Update layers/meta-balena to 679f15cf90432172438f84e8f99fc4db2c6150f1
|
- subject: Update layers/meta-balena to 679f15cf90432172438f84e8f99fc4db2c6150f1
|
||||||
hash: 3a3f43ad37000e705a2f3d34ef5377cf1c54e8ce
|
hash: 3a3f43ad37000e705a2f3d34ef5377cf1c54e8ce
|
||||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# 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
|
# v5.1.29
|
||||||
## (2024-02-12)
|
## (2024-02-12)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.1.29
|
5.1.30
|
Loading…
Add table
Reference in a new issue