]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/system/partresize
gcp: Always automatically enable serial console
[people/pmueller/ipfire-2.x.git] / 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