mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 22:12:10 +01:00
coreos-base/oem-packet: enable coreos.autologin
Access control for the SOS console uses the same SSH keys that are injected into the instance. The Packet provisioner already enables this option.
This commit is contained in:
parent
a0bebdd68d
commit
22113d7983
@ -1,8 +1,9 @@
|
||||
# CoreOS GRUB settings
|
||||
|
||||
set oem_id="packet"
|
||||
set linux_append="coreos.autologin"
|
||||
|
||||
if [ "$grub_cpu" = i386 ]; then
|
||||
set linux_console="console=tty0 console=ttyS1,115200n8"
|
||||
set linux_append="vga=773"
|
||||
set linux_append="$linux_append vga=773"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user