Kai Lüke

Results 428 comments of Kai Lüke

The non-bz2 qcow2 .img will be part of the next round of releases.

PR https://github.com/flatcar/init/pull/101

Tested the following: One can create a LUKS partition (through Ignition or after boot), and optionally enroll a slot with systemd-cryptenroll - I just used a simple passphrase, then write...

The use of `luks.uuid=` is not needed when the GPT partition type is one of the documented in https://www.freedesktop.org/software/systemd/man/latest/systemd-gpt-auto-generator.html - at least for a non root fs - it seems...

The next Alpha will be able to set up a TPM-backed rootfs with clevis or systemd-cryptenroll, and no additional kernel cmdline flags to configure nor having to hardcode a luks...

Docs PR: https://github.com/flatcar/flatcar-website/pull/317

Both the systemd tooling as well as the `tpm2_*` CLI tools are in Alpha and with the above docs PR we documented how one can use TPMs for now, even...

It would go into https://github.com/flatcar/scripts/blob/main/sdk_container/src/third_party/coreos-overlay/coreos-base/misc-files/files/99-flatcar-bcc

Looks ok, we just would need to publish the container image to the flatcar org and it should be multiarch. We also need to save the Dockerfile somewhere… maybe the...