Dimitris Karakasilis

Results 417 comments of Dimitris Karakasilis

I got these 2 files: ``` ~/tmp $ tree . ├── kairos-agent └── stages ├── 01_mystages.yaml └── userdata.yaml 2 directories, 3 files ``` with these contents: ```bash ~/tmp $ cat...

After discussing in the planning, if playing with the file lenghts is a good-enough workaround, let's push the actual fix (with the file name padding?) to 3.5.0. The reason is...

turns out, this works ^. It's because we do this black magic here: https://github.com/kairos-io/kairos-agent/blob/3412d7a2a2313a8d4ba42a264f11a681f016aaea/pkg/types/v1/common.go#L83-L90 I any case. We should probably find a better way to set the installation/reset/upgrade image so...

One more case of inconsistency: https://github.com/kairos-io/kairos/issues/3393

> wow Im not touching this with a ten foot pole. This requires a full change in the auroraboot to clean up shit. Because if you touch one thing, then...

Indeed `k0s` is missing from this page: https://kairos.io/v3.4.2/docs/reference/configuration/ but it's in various other places. Make sure you select the correct tab: e.g. Keeping this open to update the reference page...

afaict `system.memory` is only used here: https://github.com/kairos-io/AuroraBoot/blob/4789fa0b20162b8fb9b43c67281d6ce5df634dc8/pkg/ops/disks.go#L159 passed to qemu

We still want to have a look and see if it's possible to avoid loading it into memory. Let's keep this open until we check. In the meantime, giving more...

Labeled it as "enhancement". We have the code that improves it, let's see when we can plan it.

Idea from planning: We can try to have a symlink from `/usr` to `/lib` (and maybe create the dir at build time so the link is not broken). If this...