Fix the google cloud boot console settings
Forgot the 'console=' part.
(cherry picked from commit 35e44ffb37
)
Related: rhbz#1689140
This commit is contained in:
parent
0467377810
commit
87a47c6a00
@ -19,7 +19,7 @@ shutdown
|
|||||||
# System timezone
|
# System timezone
|
||||||
timezone --ntpservers metadata.google.internal UTC
|
timezone --ntpservers metadata.google.internal UTC
|
||||||
# System bootloader configuration
|
# System bootloader configuration
|
||||||
bootloader --location=mbr --append="ttyS0,38400n8d"
|
bootloader --location=mbr --append="console=ttyS0,38400n8d"
|
||||||
# Add platform specific partitions
|
# Add platform specific partitions
|
||||||
reqpart --add-boot
|
reqpart --add-boot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user