Dimitris Karakasilis

Results 429 comments of Dimitris Karakasilis

@kreeuwijk let me know if this is a good description of what we are trying to achieve: https://github.com/Foxboron/sbctl/pull/303#issuecomment-2078881666 we are still investigating the possibility of replacing genkey commands completely with...

You are suggesting changes to a command that I'm suggesting it shouldn't exist `enki genkey` , am I wrong? @nianyush if you already have a flow that satisfies the scenario...

True, it's not necessary but if it does, it: - makes us need one less dependency in any images/isos we build (an image that already has sbctl for example) -...

This makes sense @areitz86 but I'm not sure when we'll have time to look into it. We'll keep it in the backlog and discuss it in the future planning calls....

One solution would be to allow the users to run a `kairos-agent` command and see how multiple files are combined in one. Maybe this is already possible. Let's check.

There is already this: `kairos-agent config` which prints out the merged configs. One "strange" thing, in my test it had a top level key: ``` name: RPI configs ``` which...

`kairos-agent config` skips most of the overlay files because of missing header: ``` warning: skipping /system/oem/00_datasource.yaml because it has no valid header warning: skipping /system/oem/00_home_dir_owner_fix.yaml because it has no valid...

Done through: - https://github.com/kairos-io/kairos-docs/pull/270 - https://github.com/kairos-io/kairos-docs/pull/274 - https://github.com/kairos-io/kairos-agent/pull/550

If we can attach the community-bundles to the UI, we got ourselves a self-service marketplace :)

I'm not sure I'm looking at the correct location but I see we are [calling `Walk` here](https://github.com/mudler/yip/blob/a4c86c97bb992490c98acc0100fd81077ca5ea88/pkg/executor/default.go#L190) and [the definition of `Walk` says](https://github.com/twpayne/go-vfs/blob/906833b4a68038e248cb6a5637266557562dc42b/walk.go#L72-L73): ``` // Walk is the equivalent of...