diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-02-28 20:19:38 +0100 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-02-28 20:19:38 +0100 |
| commit | f0dfd279c4f1f4065d893ddf22ca57d4b31cb542 (patch) | |
| tree | 5a498e80b6732f27d68f7ba53fb9e96ed8ab15a3 /data | |
| parent | b9057cf8051ab784c1f4209c07a033b26e82b52f (diff) | |
| download | vyos-build-f0dfd279c4f1f4065d893ddf22ca57d4b31cb542.tar.gz vyos-build-f0dfd279c4f1f4065d893ddf22ca57d4b31cb542.zip | |
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!
Diffstat (limited to 'data')
| -rw-r--r-- | data/live-build-config/includes.chroot/opt/vyatta/etc/grub/default-union-grub-entry | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
