Age | Commit message (Collapse) | Author |
|
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.
|
|
Avoid editing and future problems with tools like diff by making sure
all node.def files have newline before the end of file.
|
|
(cherry picked from commit 86584774d9a33cad75e6dac2b66ce48513fa84f1)
|
|
(cherry picked from commit 2f6c8ec6f68d44503ee20ad655dd89efa55678cd)
|
|
same check
|
|
|
|
|
|
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.
|
|
The two commands are: "set system image default-boot" and
"delete system image".
|
|
|
|
- vyatta-op help strings standardized according to latest guideline
|
|
- Delete log file <> fixed
|