* Bump go-uefi to include panic fix
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
* Revert "Disable certs list in state (#113)"
This reverts commit c643cb5e73.
---------
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
* Detect boot state using suffix in UKI mode
This assumes that the files are named correctly on installation/upgrades
etc (pending implementation)
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* WIP
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* Refactor NewRuntime and add logging
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
---------
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This had some side effects:
- Have to add some utils from the kairos/machine modules, which IMHO
should not be there, they should be here if the are generic enough
- Dropping the sdk dir, just have the modules in the root dir
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>