Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-21 | T5781: use dynamic minisign key list | KyleM | |
Updated image_installer.py to try and validate image with all minisign public keys in /usr/share/vyos/keys/ | |||
2023-12-14 | image-tools: T5825: restore authentication for add system image | John Estabrook | |
2023-12-14 | Merge pull request #2624 from jestabro/vrf-aware-add-image | Christian Breunig | |
image-tools: T5821: restore vrf-aware add system image | |||
2023-12-13 | image-tools: T5821: restore vrf-aware add system image | John Estabrook | |
2023-12-13 | Merge pull request #2621 from jestabro/clear-raid-on-install | John Estabrook | |
image-tools: T5806: clear previous raid configs on install | |||
2023-12-13 | image-tools: T5806: deactive raid arrays | John Estabrook | |
2023-12-12 | image-tools: T5819: do not echo password on image install | John Estabrook | |
2023-12-07 | image-tools: T5758: restore saving previous data on install | John Estabrook | |
Restore scanning previous installations for config data and ssh host keys on install. | |||
2023-11-29 | image-tools: T5789: copy ssh host keys on image update | John Estabrook | |
2023-11-27 | image-tools: T5751: restore arg raise_error for non-interactive use | 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: add raid-1 install support | John Estabrook | |
2023-11-16 | image: T4516: reword some messages and prompts | John Estabrook | |
2023-11-16 | image: T4516: add clearer error msg on attempt to upgrade to 1.2.x | John Estabrook | |
An attempt to upgrade to 1.2.x is caught, but error is of failed checksum verification; add check and message. | |||
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: restore reboot reminder message | John Estabrook | |
2023-11-15 | image: T4516: set op-mode files executable | John Estabrook | |
2023-11-15 | image: T4516: do not prompt for config copy on live install | John Estabrook | |
2023-11-15 | image: T4516: correct implementation of configure_authentication | John Estabrook | |
2023-11-15 | image: T4516: correct permissions on creation of config directory | 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. |