-
Notifications
You must be signed in to change notification settings - Fork 550
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only fetch machine uuid if it's not set
During boot sequence, if `talos.config`'s url has the uuid parameter, the uuid value is retrieved via SMBIOS. However, at this part of the code it can happen that the uuid is already set and valid. If this is the case, instead of re-fetching the uuid, the one that is already set can be used. closes #3676 Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
- Loading branch information
Showing
1 changed file
with
21 additions
and
10 deletions.
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