mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
Enable serial console on all Azure instances
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user