summaryrefslogtreecommitdiff
path: root/templates/install-image
diff options
context:
space:
mode:
authorBob Gilligan <gilligan@vyatta.com>2009-12-23 16:38:49 -0800
committerBob Gilligan <gilligan@vyatta.com>2009-12-23 16:38:49 -0800
commit45b5048e1f5dbf625b51cdfbf745521b26b2bb27 (patch)
tree57643728d03de83452e3c73221ed77bf8333b34d /templates/install-image
parent35afd9d50abd6ea12b2dd8d1bd8bbf24acda447d (diff)
downloadvyatta-op-45b5048e1f5dbf625b51cdfbf745521b26b2bb27.tar.gz
vyatta-op-45b5048e1f5dbf625b51cdfbf745521b26b2bb27.zip
Add help text for install-image URL mode.
Diffstat (limited to 'templates/install-image')
-rw-r--r--templates/install-image/node.tag/node.def6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/install-image/node.tag/node.def b/templates/install-image/node.tag/node.def
index af0ecad..a2f8107 100644
--- a/templates/install-image/node.tag/node.def
+++ b/templates/install-image/node.tag/node.def
@@ -1,3 +1,5 @@
-help: The new system image file to be installed
-allowed: echo -n '<ISO_image_file>'
+help: File name or URL of system image file to be installed
+
+allowed: echo -n '<ISO_file> <ISO_URL>'
+
run: sudo /opt/vyatta/sbin/install-image "$2"