diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/set/system/boot-image/node.def | 2 | ||||
-rw-r--r-- | templates/set/system/node.def | 1 | ||||
-rw-r--r-- | templates/show/system/installed-images/node.def | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/templates/set/system/boot-image/node.def b/templates/set/system/boot-image/node.def new file mode 100644 index 0000000..c5848a4 --- /dev/null +++ b/templates/set/system/boot-image/node.def @@ -0,0 +1,2 @@ +help: Set the system default boot image +run: sudo /opt/vyatta/bin/vyatta-boot-image.pl --select diff --git a/templates/set/system/node.def b/templates/set/system/node.def new file mode 100644 index 0000000..eef577c --- /dev/null +++ b/templates/set/system/node.def @@ -0,0 +1 @@ +help: Set system operational parameters diff --git a/templates/show/system/installed-images/node.def b/templates/show/system/installed-images/node.def new file mode 100644 index 0000000..08caab7 --- /dev/null +++ b/templates/show/system/installed-images/node.def @@ -0,0 +1,2 @@ +help: Show installed Vyatta images +run: /opt/vyatta/bin/vyatta-boot-image.pl --show |