Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-08 | Merge pull request #84 from erkin/current | Daniil Baturin | |
op-mode: T4038: Remove legacy `vyatta-image-tools.pl` | |||
2024-01-17 | op-mode: T4038: Remove legacy `vyatta-image-tools.pl` | erkin | |
2023-11-15 | image: T4516: remove templates now in vyos-1x | John Estabrook | |
2023-09-20 | op-mode: raid: T5608: add/delete raid template now in vyos-1x | John Estabrook | |
2023-09-13 | T671: remove scripts that are either unused or about to be replaced | Daniil Baturin | |
2021-06-16 | op-mode: T3582: Fix the function of "delete log file" command | srividya0208 | |
Added the compeletion help to show the list of the files and also changed the command to delete the file as the existing command was deleting the file and not recreating the file to write the new logs. So modified the command so that it will delete the content of the file. | |||
2012-02-14 | Add missing newline at end of file | Stephen Hemminger | |
Avoid editing and future problems with tools like diff by making sure all node.def files have newline before the end of file. | |||
2011-10-27 | move 'remove raid' to 'delete raid' | John Southworth | |
(cherry picked from commit 86584774d9a33cad75e6dac2b66ce48513fa84f1) | |||
2011-10-27 | Fixup the help text for top level commands; move terminal to set terminal | John Southworth | |
(cherry picked from commit 2f6c8ec6f68d44503ee20ad655dd89efa55678cd) | |||
2011-05-06 | Bugfix 7059 These commands weren't specified in the bug but they needed the ↵ | John Southworth | |
same check | |||
2011-04-28 | rename 'files' to 'file' in templates for image-tools | John Southworth | |
2011-04-23 | Initial addition of image op mode tools | John Southworth | |
2010-01-25 | Bugfix 5238: Prevent the running image from being deleted | Bob Gilligan | |
In order to prevent the running image from being deleted, we now get the image name of the running system from the kernel boot path given by /proc/cmdline. Since the menu of names of images to delete comes from the grub config file, this is guranteed to exactly match the grub entry that was used to boot. Also fix the help text for "delete system image" command. | |||
2010-01-11 | Add image name completion for two system image commands. | Bob Gilligan | |
The two commands are: "set system image default-boot" and "delete system image". | |||
2010-01-08 | Change operational mode commands to match those in design document. | Bob Gilligan | |
2008-04-04 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- vyatta-op help strings standardized according to latest guideline | |||
2008-03-07 | Fix Bug 2707 Missing from Glendale | Mohit Mehta | |
- Delete log file <> fixed |