Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-23 | image-tools: T5980: add support for configurable kernel boot options | John Estabrook | |
2024-01-11 | image-tools: T5910: explicitly set transmission speed of serial console | John Estabrook | |
GRUB defaults to 9600 in case of serial console; explicitly set to 115200. | |||
2023-11-16 | image: T4516: use copy of pw_reset script for install, link for compat | John Estabrook | |
Note that this was updated for the fix in T5739. | |||
2023-11-15 | image: T4516: Added system image tools | zsdc | |
This commit adds the whole set of system image tools written from the scratch in Python that allows performing all the operations on images: * check information * perform installation and deletion * versions management Also, it contains a new service that will update the GRUB menu and keep tracking its version in the future. WARNING: The commit contains non-reversible changes. Because of boot menu changes, it will not be possible to manage images from older VyOS versions after an update. |