From: Michael Tremer Date: Fri, 12 Jun 2020 10:43:26 +0000 (+0000) Subject: gcp: Always automatically enable serial console X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45a2dcd09a9da9671c6f18f6c83375c3e414adb2;p=people%2Fstevee%2Fipfire-2.x.git gcp: Always automatically enable serial console Signed-off-by: Michael Tremer --- 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