]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/system/partresize
aws: Enable serial console by default
[people/pmueller/ipfire-2.x.git] / src / initscripts / system / partresize
index 20044b08302c6c9530e9ebbb0ea7cca9fd59f7d1..4fa1906d0ada8eb7640121b18771dbf97c1ef50e 100644 (file)
@@ -45,8 +45,9 @@ case "${1}" in
                                esac
                        fi
 
-                       # Enable the serial console on all systems on Azure and Google Compute Platform
-                       if running_on_azure || running_on_gcp; then
+                       # Enable the serial console on all systems on AWS EC2, Azure
+                       # and Google Compute Platform
+                       if running_on_ec2 || running_on_azure || running_on_gcp; then
                                scon="on"
                        fi