diff options
-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" |