gcp: Always automatically enable serial console

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2020-06-12 10:43:26 +00:00
parent 89b10e7095
commit 45a2dcd09a

View 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