diff --git a/src/initscripts/system/partresize b/src/initscripts/system/partresize index e2df11ee0..0c2866c0b 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