Fix the google cloud boot console settings
Forgot the 'console=' part.
This commit is contained in:
parent
44e14176bb
commit
35e44ffb37
@ -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