mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-21 22:51:13 +02:00
This also includes a fix for #955 which had the unintended side effect of breaking image creation ( since it would attempt to grow the filesystem always ). The refactor standardizes around looking for the DATA and ESP labels to discover any existing installations/filesystems. If none are found, an installation will proceed -- for both image creation and bare metal. During bootup, the DATA partition will always attempt to expand/grow. This also introduces a new phase to verify the installation through the existance of /boot/installed ( migrated from install stage ). Signed-off-by: Brad Beam <brad.beam@talos-systems.com>