diff options
| author | Robert Göhler <github@ghlr.de> | 2024-01-08 21:12:29 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-08 21:12:29 +0100 | 
| commit | 9500e6b0785659d197545b3780cfdea3ab41670e (patch) | |
| tree | 06539468a34045e612bfb392c9d55f55e8014928 /docs/installation | |
| parent | 598ee99bbb42f9cef7d2a90d9e196bb6a035cff0 (diff) | |
| parent | 59ed69455cea99d5d905ffdef51690eb85de5e13 (diff) | |
| download | vyos-documentation-9500e6b0785659d197545b3780cfdea3ab41670e.tar.gz vyos-documentation-9500e6b0785659d197545b3780cfdea3ab41670e.zip | |
Merge pull request #1219 from sever-sever/updates
updates: add system image latest
Diffstat (limited to 'docs/installation')
| -rw-r--r-- | docs/installation/update.rst | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/docs/installation/update.rst b/docs/installation/update.rst index 5f75f9db..b0b43836 100644 --- a/docs/installation/update.rst +++ b/docs/installation/update.rst @@ -10,7 +10,7 @@ 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] +.. opcmd:: add system image <url | path> | [latest] [vrf name]     [username user [password pass]]     Use this command to install a new system image. You can reach the @@ -72,6 +72,13 @@ Example       OK.  This image will be named: vyos-1.3-rolling-201912201452 +You can use ``latest`` option. It loads the latest available Rolling release. + +.. code-block:: none + +     vyos@vyos:~$ add system image latest + +.. note:: To use the `latest` option the "system update-check url" must be configured.  .. hint:: The most up-do-date Rolling Release for AMD64 can be accessed using     the following URL: | 
