Kai Lüke

Results 412 comments of Kai Lüke

> (TODO: check implications of `redirect_dir` enabled vs disabled). Some distros like Flatcar enable it by default through the kernel option even if the mount option isn't passed. I tried...

The migration of `/usr/share/flatcar/etc` to be a confext should be good to go. Probably through a symlink in `/usr/lib/confexts/flatcar-defaults/etc`, and a symlink `/var/lib/extensions.mutable/etc → /etc`, and then calling `systemd-confext --mutable=yes...

Hi, good idea. I agree that the `imports` directive could be a general good point for customization without "forking" the whole config. We need to do some experiments to know...

I think it's a docs problem. This is quite new and we need to cover this under https://www.flatcar.org/docs/latest/reference/developer-guides/ E.g., `./run_sdk_container -v $(grep -m 1 FLATCAR_VERSION= sdk_container/.repo/manifests/version.txt | cut -d =...

Is this from a fresh start or with old board contents? This should work because we make use of this in the `apply_local_patches` case. Anyway, the task of this issue...

Interesting, since the image is pretty much linked to the base OS version I think you should use `VERSION_ID=` to ensure that it only gets loaded when compatible. By the...

A Flatcar ZFS extension is released as part of the latest Alpha (https://github.com/flatcar/scripts/pull/1742)

We have a Terraform setup here: https://github.com/flatcar-linux/flatcar-terraform/tree/main/eks but no section in the docs.

The forked repo is only used by Flatcar LTS. Flatcar Stable uses the CoreOS upstream repo (with some downstream patches to also support Ignition spec v2).

@AdrianVovk thanks for doing this work :) I'm happy that it also cleans any leftovers up :+1: