From f57a928b4a7e450d6169b7deb87e75767ee3f5e7 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Thu, 11 Apr 2024 11:47:05 +0900 Subject: [PATCH] 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. --- changelog/changes/2024-04-11-openstack-autologin.md | 1 + .../coreos-base/common-oem-files/files/openstack/grub.cfg.frag | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/changes/2024-04-11-openstack-autologin.md create mode 100644 sdk_container/src/third_party/coreos-overlay/coreos-base/common-oem-files/files/openstack/grub.cfg.frag diff --git a/changelog/changes/2024-04-11-openstack-autologin.md b/changelog/changes/2024-04-11-openstack-autologin.md new file mode 100644 index 00000000000..7e2326b5399 --- /dev/null +++ b/changelog/changes/2024-04-11-openstack-autologin.md @@ -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)) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/common-oem-files/files/openstack/grub.cfg.frag b/sdk_container/src/third_party/coreos-overlay/coreos-base/common-oem-files/files/openstack/grub.cfg.frag new file mode 100644 index 00000000000..4f9e06c2c8c --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/common-oem-files/files/openstack/grub.cfg.frag @@ -0,0 +1 @@ +set linux_append="flatcar.autologin"