Skip to content

Commit

Permalink
v6.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 10, 2024
1 parent 8a0a76d commit ec5d469
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
- commits:
- subject: "initrdscripts: Wait for boot partition in the abroot script"
hash: 2ede3ce578907c2f2eb75598b0b599bb12913929
body: |
At this moment the abroot script assumes that the boot partition
is already in place when it executes. This might not be true
if the rootfs sits on a device that takes a while to initialize,
such as a USB drive. The script fails hard if that is the case.

This patch replicates a waiting loop from the rootfs script,
which addresses the same issue for systems that do not use
the balena bootloader.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Michal Toman <[email protected]>
signed-off-by: Michal Toman <[email protected]>
author: Michal Toman
nested: []
version: 6.0.43
title: ""
date: 2024-10-10T15:37:21.568Z
- commits:
- subject: "flasher: improve logging with secure boot"
hash: ebde0895df02810798d80c585d5496d3b8d72909
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
-----------

# v6.0.43
## (2024-10-10)

* initrdscripts: Wait for boot partition in the abroot script [Michal Toman]

# v6.0.42
## (2024-10-09)

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "6.0.42"
DISTRO_VERSION = "6.0.43"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit ec5d469

Please sign in to comment.