From: Michael Tremer Date: Sun, 16 Jun 2019 12:39:07 +0000 (+0100) Subject: Enable serial console on all Azure instances X-Git-Tag: v2.23-core135^2~42 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=bc5037150a6fb69d1f117235f37c2f42860e1b6b Enable serial console on all Azure instances Signed-off-by: Michael Tremer --- diff --git a/src/initscripts/system/partresize b/src/initscripts/system/partresize index e2df11ee01..0c2866c0b9 100644 --- a/src/initscripts/system/partresize +++ b/src/initscripts/system/partresize @@ -41,6 +41,11 @@ case "${1}" in ;; esac + # Enable the serial console on all systems on Azure + if running_on_azure; then + scon="on" + fi + mount /boot > /dev/null if [ -e /boot/grub/grub.cfg ]; then # swtich permanent to serial console if it was selected on first boot