mirror of
https://github.com/lingble/talos.git
synced 2025-11-30 21:03:41 +00: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>