Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-10 | image-tools: T6184: add op-mode set boot-console | John Estabrook | |
2024-03-29 | image-tools: T6186: simplify image annotations fixing regression | John Estabrook | |
2024-03-07 | config: T4919: Support copying encrypted volumes during install | sarthurdev | |
Re-implements https://github.com/vyos/vyatta-cfg-system/pull/194 | |||
2024-01-10 | image-tools: T5917: annotate image list with (running)/(default boot) | John Estabrook | |
2023-11-27 | image-tools: T5751: add arg no_prompt for non-interactive calls | John Estabrook | |
2023-11-27 | image-tools: T5751: normalize args using hyphen instead of underscore | John Estabrook | |
2023-11-16 | image: T4516: variable name spelling | John Estabrook | |
2023-11-16 | image: T4516: restore select entry to set/delete image | John Estabrook | |
2023-11-16 | image: T4516: do not prompt for confirmation when setting default | 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. | |||
2023-11-15 | image: T5195: vyos.util -> vyos.utils package refactoring | John Estabrook | |
2023-11-15 | image: T4516: set op-mode files executable | John Estabrook | |
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. |