mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 05:53:00 +02:00
gcp: Always automatically enable serial console
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user