diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2009-12-23 16:38:49 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2009-12-23 16:38:49 -0800 |
commit | 45b5048e1f5dbf625b51cdfbf745521b26b2bb27 (patch) | |
tree | 57643728d03de83452e3c73221ed77bf8333b34d | |
parent | 35afd9d50abd6ea12b2dd8d1bd8bbf24acda447d (diff) | |
download | vyatta-op-45b5048e1f5dbf625b51cdfbf745521b26b2bb27.tar.gz vyatta-op-45b5048e1f5dbf625b51cdfbf745521b26b2bb27.zip |
Add help text for install-image URL mode.
-rw-r--r-- | templates/install-image/node.tag/node.def | 6 |
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" |