balena-supervisor/test/integration/config
Christina Ying Wang 49ee1042a8 Mount boot partition into container on Supervisor start
As the Supervisor is a privileged container, it has access to host /dev, and therefore has access
to boot, data, and state balenaOS partitions. This commit sets up the framework for the following:

- Finds the /dev partition that corresponds to each partition based on partition label
- Mounts the partitions into set mountpoints in the device
- Removes reliance on env vars and mountpoints provided by host's start-balena-supervisor script
- Simplifies host path querying by centralizing these queries through methods in lib/host-utils.ts

This particular changes env vars for and mounts the boot partition.

Since the Supervisor would no longer rely on container `run` arguments provided by a host script,
this change moves Supervisor closer to being able to start itself (Supervisor-as-an-app).

Change-type: minor
Signed-off-by: Christina Ying Wang <christina@balena.io>
2023-03-27 12:07:01 -07:00
..
config-txt.spec.ts Migrate all device config tests to integration. 2022-11-14 11:12:52 -03:00
extlinux.spec.ts Migrate all device config tests to integration. 2022-11-14 11:12:52 -03:00
extra-uenv.spec.ts Mount boot partition into container on Supervisor start 2023-03-27 12:07:01 -07:00
odmdata.spec.ts Migrate all device config tests to integration. 2022-11-14 11:12:52 -03:00
splash-image.spec.ts Migrate all device config tests to integration. 2022-11-14 11:12:52 -03:00
utils.spec.ts Use fatrw utility for writes to boot partition 2022-11-16 21:21:23 -03:00