From 35e44ffb37a08b49a3728c7f700fc182e34745f5 Mon Sep 17 00:00:00 2001 From: David Shea Date: Wed, 3 Apr 2019 11:56:35 -0400 Subject: [PATCH] Fix the google cloud boot console settings Forgot the 'console=' part. --- share/composer/google.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/composer/google.ks b/share/composer/google.ks index d9390ab1..85925672 100644 --- a/share/composer/google.ks +++ b/share/composer/google.ks @@ -19,7 +19,7 @@ shutdown # System timezone timezone --ntpservers metadata.google.internal UTC # System bootloader configuration -bootloader --location=mbr --append="ttyS0,38400n8d" +bootloader --location=mbr --append="console=ttyS0,38400n8d" # Add platform specific partitions reqpart --add-boot