From 0cd62cbd24afabbf7b49bc7762ffbbea8b6245e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Thu, 23 Apr 2020 16:25:30 +0200 Subject: [PATCH] coreos-base/oem-vmware: Use flatcar.autologin for the console The user can only login via SSH if no password was set and can't login over the VGA console in the web UI. To login the user needs to press reboot and then append flatcar.autologin to the kernel command line parameters in GRUB each time. The user may also not know that this option even exists. Set flatcar.autologin by default in the kernel command line parameters for VMware so that users don't need to set this themselves. --- .../coreos-overlay/coreos-base/oem-vmware/files/grub.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vmware/files/grub.cfg b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vmware/files/grub.cfg index a508120a89..d58568ab54 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vmware/files/grub.cfg +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vmware/files/grub.cfg @@ -1,3 +1,4 @@ # Flatcar GRUB settings set oem_id="vmware" +set linux_append="flatcar.autologin"