]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
gcp: Always automatically enable serial console
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Jun 2020 10:43:26 +0000 (10:43 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 19 Jun 2020 17:14:58 +0000 (17:14 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/system/partresize

index e7e3bf40b0f748a624f9ebb2464c65d5bdfce1af..20044b08302c6c9530e9ebbb0ea7cca9fd59f7d1 100644 (file)
@@ -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