Kai Lüke
Kai Lüke
Using the explicit `-amd64` and `-arm64` suffixes is nice (assuming there has to be one). In the past we only had `-arm64` suffixes and it's a mess in the code...
The docs to disable autologin are [here](https://kinvolk.io/docs/flatcar-container-linux/latest/installing/cloud/vmware/#disabling-autologin) and as you said it needs an additional reboot. Why the boot breaks is your case is not clear without logs. Please try...
I mainly agree with you, but don't want to sell disabling autologin as security feature when the GRUB menu is still there. It makes sense to disable both together and...
> I addressed this by creating a second user in my ignition config and removing passwordless sudo and docker access from the core user. Or you can remove `flatcar.autologin` from...
The new Alpha has Ignition v3 which includes the "kargs" directive to set kernel parameters and reboot from the initramfs to make them match the expected values TODO: call this...
Thanks, these are welcome suggestions. The `Try:` output could also recommend to set the key argument. A small check to know which of the dev or the production key argument...
It's here: https://github.com/flatcar-linux/init/tree/flatcar-master/bin The tool is mentioned in https://www.flatcar.org/docs/latest/setup/releases/update-strategies/ and https://www.flatcar.org/docs/latest/setup/debug/manual-rollbacks/
Hi, can you please have a look at the CoreOS image and what contents you find in /usr/share/oem/oem-release and the other files there? This will tell us which image format...
Hi, can you share your cloud-config userdata?
I understood that `REBOOT_STRATEGY` stays part of the cloud-config userdata. It is expected for it to be written to the file again because the cloud-config data gets processed on every...