diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-07-03 18:29:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-03 18:29:30 +0200 |
commit | f6dad581d54b1f3b1d2647eea429d4ad0f0570af (patch) | |
tree | 67421bc4d706cea021787f8963b8c55cc824fa7f | |
parent | e06eed5b9aecb6f8a6fb5432e3fa8028b9f72397 (diff) | |
parent | 23139d094ed0834937cf3394b57692a9328ed3b0 (diff) | |
download | vyos-documentation-f6dad581d54b1f3b1d2647eea429d4ad0f0570af.tar.gz vyos-documentation-f6dad581d54b1f3b1d2647eea429d4ad0f0570af.zip |
Merge pull request #71 from kmpm/update-show-version
Add how to show current running version after update.
-rw-r--r-- | docs/image-mgmt.rst | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/docs/image-mgmt.rst b/docs/image-mgmt.rst index ebb1de23..291c0bc2 100644 --- a/docs/image-mgmt.rst +++ b/docs/image-mgmt.rst @@ -61,7 +61,7 @@ command. Update VyOS Installation ------------------------ -Finally, new system images can be added using the `add system image` command. +Finally, new system images can be added using the :code:`add system image` command. The add image command will extract the image from the release ISO (either on the local filesystem or remotely if a URL is provided). The image install process will prompt you to use the current system configuration and SSH @@ -104,3 +104,24 @@ configuration. If you need some files from a previous images - take a look inside a :code:`/live` directory. +After reboot you might want to verify the version you are running with :code:`show version` + +.. code-block:: sh + + vyos@vyos:~$ show version + Version: VyOS 1.2.0-rolling+201810030440 + Built by: autobuild@vyos.net + Built on: Mon 10 Mar 2018 03:37 UTC + Build UUID: 2ed16684-875c-4a19-8a34-1b03099eed35 + Build Commit ID: 3305dca496d814 + + Architecture: x86_64 + Boot via: installed image + System type: Microsoft Hyper-V guest + + Hardware vendor: Microsoft Corporation + Hardware model: Virtual Machine + Hardware S/N: 9705-6585-6578-0429-1204-0427-62 + Hardware UUID: 5260b1ce-4028-4d9c-bc5d-4f8425e5c056 + + Copyright: VyOS maintainers and contributors |