mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-01 08:51:15 +01:00
Previously, if META values were supplied to the Talos ISO via environment variable, they will be written down and available after the install. With this fix, values are also readable and available before the installation runs (in maintenance mode). Most of the PR is refactoring `meta.Value(s)` to be a shared library which is used by the installer/imager and (now) Talos. Also fixes an issue with not returning properly `NotExist` error when META is not yet available as a partition on disk. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>