From 1cafcf8d2245c6cdfda1f30d211071942b0fba1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Wed, 29 Apr 2020 17:59:50 +0200 Subject: [PATCH] coreos-base/oem-azure: Use flatcar.autologin for the serial console The user can only login via SSH if no password was set and can't login over the serial 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 Azure so that users don't need to set this themselves. --- .../coreos-overlay/coreos-base/oem-azure/files/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-azure/files/grub.cfg b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-azure/files/grub.cfg index e23283b647..5e5449f25a 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-azure/files/grub.cfg +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-azure/files/grub.cfg @@ -3,7 +3,7 @@ set oem_id="azure" # Azure only has a serial console. -set linux_console="console=ttyS0,115200n8 earlyprintk=ttyS0,115200" +set linux_console="console=ttyS0,115200n8 earlyprintk=ttyS0,115200 flatcar.autologin" serial com0 --speed=115200 --word=8 --parity=no terminal_input serial_com0 terminal_output serial_com0