coreos-base/common-oem-files: Enable flatcar.autologin for OpenStack

So far the console in OpenStack (or Brightbox which shares the image)
was not usable well until one issues a reboot to add the autologin in
the GRUB menu.
Add it by default so that one doesn't need this reboot trick.
This commit is contained in:
Kai Lueke 2024-04-11 11:47:05 +09:00
parent 225c0d349f
commit f57a928b4a
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
- OpenStack, Brightbox: Added the `flatcar.autologin` kernel cmdline parameter by default as the hypervisor manages access to the console ([scripts#1866](https://github.com/flatcar/scripts/pull/1866))

View File

@ -0,0 +1 @@
set linux_append="flatcar.autologin"