| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-09 | serial: T8974: invalid check during migration system 31 -> 32 | Christian Breunig | |
| Commit 35db941bcf30 ("serial: T8375: add CLI option to explicitly set kernel console") added a migration script to alter the CLI for the kernel boot console. The migrations script early exist check does not work, as the statement never evaluates to true, thus the CLI Migration for Kernel console parameter is always called, even if undesired. | |||
| 2026-04-09 | serial: T8375: add CLI option to explicitly set kernel console | Christian Breunig | |
| Previously, VyOS hardcoded the kernel boot log console to either ttyS0 or tty0, with no post-install CLI method to change it (manual GRUB edits were required). This commit adds a new CLI node: system console device <name> kernel When set, the selected serial console is used as the kernel boot console. When removed, the kernel boot console falls back to tty0. | |||
