From 45a2dcd09a9da9671c6f18f6c83375c3e414adb2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 12 Jun 2020 10:43:26 +0000 Subject: [PATCH] gcp: Always automatically enable serial console Signed-off-by: Michael Tremer --- src/initscripts/system/partresize | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/initscripts/system/partresize b/src/initscripts/system/partresize index e7e3bf40b0..20044b0830 100644 --- a/src/initscripts/system/partresize +++ b/src/initscripts/system/partresize @@ -45,8 +45,8 @@ case "${1}" in esac fi - # Enable the serial console on all systems on Azure - if running_on_azure; then + # Enable the serial console on all systems on Azure and Google Compute Platform + if running_on_azure || running_on_gcp; then scon="on" fi -- 2.39.5