From f0dfd279c4f1f4065d893ddf22ca57d4b31cb542 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 28 Feb 2026 20:19:38 +0100 Subject: T8120: add comment in default-union-grub-entry about ttyS0 interface This file is only needed to support upgrades from the legacy image management tools. Example would be an upgrade from VyOS 1.3.8 -> 1.5 (which is officially unsupported, but we always try our best). This is also the reason why we can leave the ttyS0 console in this file - there was no ARM64 image for VyOS 1.3! --- .../includes.chroot/opt/vyatta/etc/grub/default-union-grub-entry | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data') diff --git a/data/live-build-config/includes.chroot/opt/vyatta/etc/grub/default-union-grub-entry b/data/live-build-config/includes.chroot/opt/vyatta/etc/grub/default-union-grub-entry index 49f4afc4..213adf43 100644 --- a/data/live-build-config/includes.chroot/opt/vyatta/etc/grub/default-union-grub-entry +++ b/data/live-build-config/includes.chroot/opt/vyatta/etc/grub/default-union-grub-entry @@ -1,3 +1,7 @@ +# This file is only needed to support upgrades from the legacy image management +# tools. Example would be an upgrade from VyOS 1.3.8 -> 1.5 (which is officially +# unsupported, but we always try our best). This is also the reason why we can +# leave the ttyS0 console in this file - there was no ARM64 image for VyOS 1.3! menuentry "VyOS (KVM console)" { linux /boot//vmlinuz boot=live quiet rootdelay=5 noautologin net.ifnames=0 biosdevname=0 udev.exec_delay=3 vyos-union=/boot/ console=ttyS0,115200 console=tty0 initrd /boot//initrd.img -- cgit v1.2.3