summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-08-01 14:35:57 +0200
committerChristian Poessinger <christian@poessinger.com>2020-08-01 14:35:57 +0200
commit05329c51e47a4cf4867a5a71263f0893a72f9f85 (patch)
tree9ea94d5086e757fd6c53d961bf17c17baec4f96c /docs
parentbe90d73152a1d559e7bf2974fe253d6f17477e12 (diff)
downloadvyos-documentation-05329c51e47a4cf4867a5a71263f0893a72f9f85.tar.gz
vyos-documentation-05329c51e47a4cf4867a5a71263f0893a72f9f85.zip
image: add VRF support to "add sytem image"
Diffstat (limited to 'docs')
-rw-r--r--docs/image-mgmt.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/image-mgmt.rst b/docs/image-mgmt.rst
index 2c92f7b4..6a27e337 100644
--- a/docs/image-mgmt.rst
+++ b/docs/image-mgmt.rst
@@ -108,12 +108,17 @@ for the new image to boot using the current configuration.
.. note:: Only LTS releases are PGP-signed.
-.. opcmd:: add system image <url | path>
+.. opcmd:: add system image <url | path> [vrf name] [username user [password pass]]
Use this command to install a new system image. You can reach the
image from the web (http://, https://) or from your local system,
e.g. /tmp/vyos-1.2.3-amd64.iso.
+ The `add system image` command also supports installing new versions
+ of VyOS through an optional given VRF. Also if URL in question requires
+ authentication, you can specify an optional username and password via
+ the commandline which will be passed as "Basic-Auth" to the server.
+
If there is not enough **free disk space available**, the installation
will be canceled. To delete images use the :opcmd:`delete system image`
command.