-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ac43b1
commit 3404582
Showing
3 changed files
with
74 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,60 @@ | ||
- commits: | ||
- subject: Update layers/meta-balena to d80ee36afa682981b8acce253e28c8237ed8166a | ||
hash: 5ac43b197f2ec435dba2354852aa26cbe61ea2b1 | ||
body: Update layers/meta-balena | ||
footer: | ||
Changelog-entry: Update layers/meta-balena to d80ee36afa682981b8acce253e28c8237ed8166a | ||
changelog-entry: Update layers/meta-balena to d80ee36afa682981b8acce253e28c8237ed8166a | ||
author: Self-hosted Renovate Bot | ||
nested: | ||
- commits: | ||
- subject: "migrate: check for mount point before umounting" | ||
hash: 5e1165213e086efdecabd3dbd8d8a5c9c5d4d2ea | ||
body: | | ||
This avoids a warning on each boot. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Alex Gonzalez <[email protected]> | ||
signed-off-by: Alex Gonzalez <[email protected]> | ||
author: Alex Gonzalez | ||
nested: [] | ||
- subject: "initrdscripts: move mounting of log mounts to finish module" | ||
hash: 0f3bd475dadc52aa48f7b98bf18e4cd3a1b9e9e7 | ||
body: | | ||
The log files are kept in the /run partition that also houses | ||
the udev database. | ||
|
||
By moving the /run partition to $ROOTFS_DIR/run in the migrate | ||
module, the udev database persists across reboots. | ||
|
||
The udevcleanup module was introduced to cleanup the database | ||
so it's regenerated on the final rootfs as the rules are | ||
different between initramfs and final rootfs. By moving /run | ||
before udevcleanup ran, the cleanup was not effective. | ||
|
||
This commit moves the relocation of the /run mount to the | ||
finish module, after udevcleanup is run, and groups it with | ||
the other relocations needed for the pivot switch. | ||
|
||
Looking at git history, the relocation of the /run partition | ||
was initially done in the rootfs module, so when the migrate | ||
module was introduced and needed to mount the rootfs, this | ||
relocation was just moved into the migration module itself, | ||
without considering later modules like finish. | ||
footer: | ||
Change-type: minor | ||
change-type: minor | ||
Signed-off-by: Alex Gonzalez <[email protected]> | ||
signed-off-by: Alex Gonzalez <[email protected]> | ||
author: Alex Gonzalez | ||
nested: [] | ||
version: meta-balena-5.1.0 | ||
title: "" | ||
date: 2023-12-19T14:17:32.497Z | ||
version: 5.1.0 | ||
title: "" | ||
date: 2023-12-19T18:28:59.382Z | ||
- commits: | ||
- subject: Update layers/meta-balena to 6a73c51909f49e11abbce78ba645eb80d91d4bba | ||
hash: 6efa3e7c54fb093395e4f29bea24463fb501309c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.0.11 | ||
5.1.0 |