mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
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:
parent
73cb380729
commit
0cd62cbd24
@ -1,3 +1,4 @@
|
||||
# Flatcar GRUB settings
|
||||
|
||||
set oem_id="vmware"
|
||||
set linux_append="flatcar.autologin"
|
||||
|
Loading…
x
Reference in New Issue
Block a user