summaryrefslogtreecommitdiff
path: root/templates/delete
AgeCommit message (Collapse)Author
2024-02-08Merge pull request #84 from erkin/currentDaniil Baturin
op-mode: T4038: Remove legacy `vyatta-image-tools.pl`
2024-01-17op-mode: T4038: Remove legacy `vyatta-image-tools.pl`erkin
2023-11-15image: T4516: remove templates now in vyos-1xJohn Estabrook
2023-09-20op-mode: raid: T5608: add/delete raid template now in vyos-1xJohn Estabrook
2023-09-13T671: remove scripts that are either unused or about to be replacedDaniil Baturin
2021-06-16op-mode: T3582: Fix the function of "delete log file" commandsrividya0208
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-14Add missing newline at end of fileStephen 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-27move 'remove raid' to 'delete raid'John Southworth
(cherry picked from commit 86584774d9a33cad75e6dac2b66ce48513fa84f1)
2011-10-27Fixup the help text for top level commands; move terminal to set terminalJohn Southworth
(cherry picked from commit 2f6c8ec6f68d44503ee20ad655dd89efa55678cd)
2011-05-06Bugfix 7059 These commands weren't specified in the bug but they needed the ↵John Southworth
same check
2011-04-28rename 'files' to 'file' in templates for image-toolsJohn Southworth
2011-04-23Initial addition of image op mode toolsJohn Southworth
2010-01-25Bugfix 5238: Prevent the running image from being deletedBob 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-11Add 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-08Change operational mode commands to match those in design document.Bob Gilligan
2008-04-04Fix Bug 3069 Help strings should be standardizedMohit Mehta
- vyatta-op help strings standardized according to latest guideline
2008-03-07Fix Bug 2707 Missing from GlendaleMohit Mehta
- Delete log file <> fixed