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:
Benjamin Gilbert 2017-06-15 12:04:11 -07:00
parent a0bebdd68d
commit 22113d7983

View File

@ -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