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.
This commit is contained in:
Kai Lüke 2020-04-23 16:25:30 +02:00
parent 73cb380729
commit 0cd62cbd24

View File

@ -1,3 +1,4 @@
# Flatcar GRUB settings
set oem_id="vmware"
set linux_append="flatcar.autologin"