diff options
author | rebortg <github@ghlr.de> | 2021-04-14 10:14:03 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2021-04-14 10:14:03 +0200 |
commit | fa94071a28a338673f20e685feb293e87067e681 (patch) | |
tree | 797db9a40ea254ec3084b9063349f90d80f7bcb0 /docs/installation/update.rst | |
parent | 4babdba1d1e952138bf463a4ea060cc2a06bd688 (diff) | |
download | vyos-documentation-fa94071a28a338673f20e685feb293e87067e681.tar.gz vyos-documentation-fa94071a28a338673f20e685feb293e87067e681.zip |
VRF: delete vrf mentions for crux
Diffstat (limited to 'docs/installation/update.rst')
-rw-r--r-- | docs/installation/update.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/installation/update.rst b/docs/installation/update.rst index a3a887f0..72c0d532 100644 --- a/docs/installation/update.rst +++ b/docs/installation/update.rst @@ -10,16 +10,15 @@ for the new image to boot using the current configuration. .. note:: Only LTS releases are PGP-signed. -.. opcmd:: add system image <url | path> [vrf name] [username user [password pass]] +.. opcmd:: add system image <url | path> [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 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` |