Dimitris Karakasilis
Dimitris Karakasilis
@Ludea 's output: `Got device /dev/mmcblk0 for label COS_PERSISTENT` @Itxaka 's : `Got device /dev/sda for label COS_PERSISTENT` Maybe relevant to this? https://github.com/kairos-io/kairos-agent/commit/84d87b3a5dc18b835a4098b6acef16b62e573e32
Let's wait for the upcoming release 3.2.2 (which includes the linked fix) so @Ludea can give it another try.
All good then. I'll close this but let us know if you face any issues in the future.
Can we put some reproducing steps here?
I'm closing this since because it's stalled. Feel free to re-open if you have more information to help us reproduce.
relevant: https://github.com/kairos-io/kairos/issues/769 (missing a description currently, sorry). cc @mudler
We've discussed implicit upgrades in the past with the team and we've come to the conclusion that "latest" means a different thing to different users. Let's say you want to...
This happens because we pass it as a cli argument which takes precedence over the user config: https://github.com/kairos-io/kairos-agent/blob/f24511b2dd49876e05c16b33a22423df3f3b693f/internal/webui/webui.go#L208 If the user doesn't check the UI checkbox, we should then check...
It should not be only about "trusted boot". We should allow the users to create system extensions that don't need signing. Currently we only document the process with the use...
Created a ticket for the key generation: https://github.com/kairos-io/kairos/issues/3661