diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-01-03 13:42:54 +0200 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-01-05 11:13:18 +0200 |
commit | 59ed69455cea99d5d905ffdef51690eb85de5e13 (patch) | |
tree | 9cc8bd2927fadc24320d881e3fa8f489ddebfb8e /docs/configuration | |
parent | 878aa0bd85a206afd4a0bd58535ba250748e1c8c (diff) | |
download | vyos-documentation-59ed69455cea99d5d905ffdef51690eb85de5e13.tar.gz vyos-documentation-59ed69455cea99d5d905ffdef51690eb85de5e13.zip |
updates: add system image latest
If we configure "update-check url" we can use `latest` option
to update system image.
```
add system image latest
```
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/system/updates.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration/system/updates.rst b/docs/configuration/system/updates.rst index a55bfa9a..505d9318 100644 --- a/docs/configuration/system/updates.rst +++ b/docs/configuration/system/updates.rst @@ -35,3 +35,5 @@ Check: Update available: 1.5-rolling-202312250024 Update URL: https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202312250024/1.5-rolling-202312250024-amd64.iso vyos@r4:~$ + + vyos@r4:~$ add system image latest |