diff options
Diffstat (limited to 'templates/show/system/image')
-rw-r--r-- | templates/show/system/image/node.def | 2 | ||||
-rw-r--r-- | templates/show/system/image/storage/node.def | 3 | ||||
-rw-r--r-- | templates/show/system/image/version/node.def | 2 |
3 files changed, 0 insertions, 7 deletions
diff --git a/templates/show/system/image/node.def b/templates/show/system/image/node.def deleted file mode 100644 index 0766094..0000000 --- a/templates/show/system/image/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show installed VyOS images -run: /opt/vyatta/bin/vyatta-boot-image.pl --show diff --git a/templates/show/system/image/storage/node.def b/templates/show/system/image/storage/node.def deleted file mode 100644 index 5dfd193..0000000 --- a/templates/show/system/image/storage/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show disk space utilization of system images - -run: sudo /opt/vyatta/bin/show-image-storage.pl diff --git a/templates/show/system/image/version/node.def b/templates/show/system/image/version/node.def deleted file mode 100644 index 0da3c7b..0000000 --- a/templates/show/system/image/version/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show installed VyOS images with version number -run: /opt/vyatta/bin/vyatta-boot-image.pl --show --show_vers |