diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2010-01-25 11:33:39 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2010-01-25 11:33:39 -0800 |
commit | 6b267c07fc514899bb0e1320348d9b566c816de9 (patch) | |
tree | 75fd480c63ed9af6f8ecedb5e0d0a0ba9fd0d677 /templates/install-image | |
parent | ffca730c199f67b2af85d75af61fdd214bbfed4e (diff) | |
download | vyatta-op-6b267c07fc514899bb0e1320348d9b566c816de9.tar.gz vyatta-op-6b267c07fc514899bb0e1320348d9b566c816de9.zip |
Re-factor image installation commands.
Separate initialy installing a system in image mode and adding a new
image to a previously installed system into two independent commands.
The initial system installation command is "install-image" and the
command to add a new image is "add system image <image-name>".
Diffstat (limited to 'templates/install-image')
-rw-r--r-- | templates/install-image/node.tag/node.def | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/install-image/node.tag/node.def b/templates/install-image/node.tag/node.def deleted file mode 100644 index a2f8107..0000000 --- a/templates/install-image/node.tag/node.def +++ /dev/null @@ -1,5 +0,0 @@ -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" |