v3.1.2
This commit is contained in:
parent
8fcd92741f
commit
ca2fa9dc24
3 changed files with 57 additions and 1 deletions
|
@ -1,3 +1,44 @@
|
|||
- commits:
|
||||
- subject: Update layers/meta-balena to 5dbd59262ff28b0036e2730d428499e134343c36
|
||||
hash: 841e216f2f1588cd9472bc8dc54de0b98a707b0c
|
||||
body: Update layers/meta-balena
|
||||
footer:
|
||||
Changelog-entry: Update layers/meta-balena to 5dbd59262ff28b0036e2730d428499e134343c36
|
||||
changelog-entry: Update layers/meta-balena to 5dbd59262ff28b0036e2730d428499e134343c36
|
||||
author: Self-hosted Renovate Bot
|
||||
nested:
|
||||
- commits:
|
||||
- subject: "grub-conf: Do not hardcode the path for grub_extraenv"
|
||||
hash: f7ec67bd53e0998c12bcbdcaccea99f1f6856bcf
|
||||
body: >
|
||||
At this moment grub.cfg sources /grub/grub_extraenv which works
|
||||
fine
|
||||
|
||||
on MBR systems, however on EFI systems this does not work because GRUB
|
||||
|
||||
is installed in /EFI/BOOT/ rather than /grub/.
|
||||
|
||||
|
||||
This patch replaces the hardcoded /grub with ${prefix} which should
|
||||
|
||||
expand to the appropriate directory regardless of the platform. It also
|
||||
|
||||
removes the loading of grub_extraenv from the secure boot variant
|
||||
|
||||
of the GRUB config since this would not load without a signature anyway.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Michal Toman <michalt@balena.io>
|
||||
signed-off-by: Michal Toman <michalt@balena.io>
|
||||
author: Michal Toman
|
||||
nested: []
|
||||
version: meta-balena-3.1.2
|
||||
title: ""
|
||||
date: 2023-07-27T15:15:34.234Z
|
||||
version: 3.1.2
|
||||
title: ""
|
||||
date: 2023-07-27T17:16:11.075Z
|
||||
- commits:
|
||||
- subject: Update layers/meta-balena to ced059b1f06281129434311dddc8ddab3d65fb5b
|
||||
hash: 16117e3eaeedbfb737286a6368d2282e761153e4
|
||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v3.1.2
|
||||
## (2023-07-27)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update layers/meta-balena to 5dbd59262ff28b0036e2730d428499e134343c36 [Self-hosted Renovate Bot] </summary>
|
||||
|
||||
> ## meta-balena-3.1.2
|
||||
> ### (2023-07-27)
|
||||
>
|
||||
> * grub-conf: Do not hardcode the path for grub_extraenv [Michal Toman]
|
||||
>
|
||||
|
||||
</details>
|
||||
|
||||
# v3.1.1
|
||||
## (2023-07-26)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.1.1
|
||||
3.1.2
|
Loading…
Add table
Reference in a new issue