Dimitris Karakasilis

Results 329 comments of Dimitris Karakasilis

Let's close this and treat any issues that arise as bugs.

rc1 one on its way: https://github.com/kairos-io/kairos/releases/tag/v3.1.0-rc1

This should be addressed before we cut the "stable" one: https://www.qualys.com/regresshion-cve-2024-6387/ Let's check when the distros have a patch.

Seems that this is resolved. Thanks for opening @liyimeng .

I submitted one for for a worshop about day-2 operations for edge computing

``` We regret to inform you that your submission, Thriving Beyond Deployment: Day-2 Operations for Edge Computing with Open Source, for [Open Source Summit Europe 2024 ](https://events.linuxfoundation.org/open-source-summit-europe/)has not been accepted....

Detection seems to happen here: https://github.com/kairos-io/kairos-sdk/blob/89782e99331ad4a703fe2b42f4fce4d9140635ab/state/state.go#L117-L135

The UKI booted system has this cmdline: ![image](https://github.com/kairos-io/kairos/assets/2794419/98902df2-8a4e-49bb-b83e-317572b3dc5e) and based on the detection code above, the detection code doesn't match any of the expected strings, thus the "unknown".

@Itxaka is it the [detectBoot](https://github.com/kairos-io/kairos-sdk/blob/89782e99331ad4a703fe2b42f4fce4d9140635ab/state/state.go#L117-L135) that needs to change so that it detects "COS_OEM + install-mode" as [`uki_install_mode`](https://github.com/kairos-io/packages/blob/2781b9fbd99d3703c0c186730fa43439086473b3/packages/static/kairos-overlay-files/files/system/oem/52_installer.yaml#L31) or is it the cmdline that needs to change to have `live:LABEL`...

> Just for reference: we need to detect if we are either booting into active, passive, livecd or recovery. Basically we need to map the standard Kairos states of the...