Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-10 | image-tools: T6327: drop boot console type ttyUSB | 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. |