mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
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.
This commit is contained in:
parent
5ad54fea20
commit
1cafcf8d22
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user