Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-10 | image-tools: T6327: prune, instead of ignore, menu entries with ttyUSB | John Estabrook | |
2024-05-10 | image-tools: T6327: drop boot console type ttyUSB | John Estabrook | |
2024-03-26 | image-tools: T6168: compat mode update should preserve console type | John Estabrook | |
Add system image in compatibility mode would set the default boot without reference to console_type; fix the translation of default to the correct index in compat grub.cfg. | |||
2024-01-24 | image-tools: T5983: fix regression in prune_vyos_versions | John Estabrook | |
2024-01-23 | image-tools: T5980: add support for configurable kernel boot options | John Estabrook | |
2024-01-12 | image-tools: T5923: update system_console.py for new GRUB file structure | John Estabrook | |
Add util function to set serial console speed in accordance with revised GRUB file structure; in keeping with the intentions of the config_mode script, adjust the GRUB var 'console_speed' to only modify ttyS0. | |||
2023-11-16 | image: T4516: ensure compatibility with legacy RAID 1 installs | John Estabrook | |
2023-11-15 | image: T4516: support for interoperability of legacy/new image tools | John Estabrook | |
This commit allows management of system images with either new or legacy tools: 'add/delete/rename system image' and 'set default' are translated appropriately on booting between images with the old and new tools. Consequently, the warning of the initial commit of T4516 is dropped. |