| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2026-04-09 | xml: T8375: add CLI help for ttyAMA serial console interfaces | Christian Breunig | |
| 2026-02-18 | T8120: Add AMA support AMA console for ARM devices | Viacheslav Hletenko | |
| 2023-12-31 | T5474: establish common file name pattern for XML conf mode commands | Christian Breunig | |
| We will use _ as CLI level divider. The XML definition filename and also the Python helper should match the CLI node. Example: set interfaces ethernet -> interfaces_ethernet.xml.in set interfaces bond -> interfaces_bond.xml.in set service dhcp-server -> service_dhcp-server-xml.in | |||
