Skip to content

Commit

Permalink
v5.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jun 13, 2024
1 parent 396f0b9 commit cacc9bc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
- commits:
- subject: "initrdscripts: Allow passing extra kernel arguments to kexec"
hash: 02d42d3cc887fb761da348f86bf5e13f1dacaeb2
body: |
At this moment the kexec initrd script just takes the original kernel
command line, replaces root with UUID and removes bootloader args.

We have found at least one use-case (on the Pi4 and firmware GPIOs),
where a different initrd script needs to pass extra arguments
to the kexec'd kernel. With this patch it will append the contents
of the KEXEC_EXTRA_ARGS variable to the kernel command line.
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: 5.3.21
title: ""
date: 2024-06-13T10:02:03.824Z
- commits:
- subject: "hostapp-update-hooks: Re-add check for UEFI to signed-update hook"
hash: 972ef5f6090fc48a94a313bf01d8d59c6a3570d9
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
-----------

# v5.3.21
## (2024-06-13)

* initrdscripts: Allow passing extra kernel arguments to kexec [Michal Toman]

# v5.3.20
## (2024-06-11)

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 = "5.3.20"
DISTRO_VERSION = "5.3.21"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit cacc9bc

Please sign in to comment.