v2.114.16
This commit is contained in:
parent
89a1640763
commit
92d68d27a1
3 changed files with 64 additions and 1 deletions
|
@ -1,3 +1,51 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update layers/meta-balena to 43bf9f98db7de74bce36141f5e55c4dcffb7e060
|
||||||
|
hash: 6e62070315fafe06f85fab752d14e4fbececc827
|
||||||
|
body: Update layers/meta-balena
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Update layers/meta-balena to 43bf9f98db7de74bce36141f5e55c4dcffb7e060
|
||||||
|
changelog-entry: Update layers/meta-balena to 43bf9f98db7de74bce36141f5e55c4dcffb7e060
|
||||||
|
author: Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: "initrdscripts: give the root device a chance to come up before
|
||||||
|
cryptsetup"
|
||||||
|
hash: 23b87079d424fa52753949d46a89d872360ee4ff
|
||||||
|
body: >
|
||||||
|
At this moment if the cryptsetup initrd script executes before
|
||||||
|
the root
|
||||||
|
|
||||||
|
device comes up (e.g. when booting off a USB disk), it assumes
|
||||||
|
|
||||||
|
that encryption is not in place because it was not able to find
|
||||||
|
|
||||||
|
the EFI partition.
|
||||||
|
|
||||||
|
|
||||||
|
This patch adds a wait4file loop to the script that waits
|
||||||
|
|
||||||
|
for the /dev/disk/by-state directory. This is not tied to any particular
|
||||||
|
|
||||||
|
partition or device but since the directory does not exist by default
|
||||||
|
|
||||||
|
and is only created by a custom balenaOS udev rule, its existence
|
||||||
|
|
||||||
|
implies that the rule fired and a device with balenaOS partitions
|
||||||
|
|
||||||
|
is present in the system.
|
||||||
|
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-2.114.16
|
||||||
|
title: ""
|
||||||
|
date: 2023-05-02T23:16:09.725Z
|
||||||
|
version: 2.114.16
|
||||||
|
title: ""
|
||||||
|
date: 2023-05-03T02:06:50.159Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update layers/meta-balena to 6dea3e6c37f789704d95485ed1ddab2b63226111
|
- subject: Update layers/meta-balena to 6dea3e6c37f789704d95485ed1ddab2b63226111
|
||||||
hash: 6388be6d0f46d468e34670dd58601150d4f5d3ac
|
hash: 6388be6d0f46d468e34670dd58601150d4f5d3ac
|
||||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v2.114.16
|
||||||
|
## (2023-05-03)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to 43bf9f98db7de74bce36141f5e55c4dcffb7e060 [Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-2.114.16
|
||||||
|
> ### (2023-05-02)
|
||||||
|
>
|
||||||
|
> * initrdscripts: give the root device a chance to come up before cryptsetup [Michal Toman]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v2.114.15
|
# v2.114.15
|
||||||
## (2023-04-28)
|
## (2023-04-28)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.114.15
|
2.114.16
|
Loading…
Add table
Reference in a new issue