Update Fedora CoreOS kernel arguments to align with upstream

* Align bare-metal kernel arguments with upstream docs
* Add missing initrd argument which can cause issues if
not present. Fix #638
* Add tty0 and ttyS0 consoles (matches Container Linux)
* Remove unused coreos.inst=yes

Related: https://docs.fedoraproject.org/en-US/fedora-coreos/bare-metal/
This commit is contained in:
Dalton Hubble
2020-02-11 19:54:10 -08:00
parent ba84f86dc7
commit 846f11097f
2 changed files with 12 additions and 4 deletions

View File

@ -6,6 +6,10 @@ Notable changes between versions.
* Update Calico from v3.11.2 to v3.12.0
#### Bare-Metal
* Add Fedora CoreOS kernel arguments initrd and console ([#640](https://github.com/poseidon/typhoon/pull/640))
#### Google Cloud
* Add Terraform module for Fedora CoreOS ([#632](https://github.com/poseidon/typhoon/pull/632))