mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-14 20:58:09 +00:00
doc: use mender show-artifact to query Mender artifact name
Mender client 3.5.2 does not use the file /etc/mender/artifact_info
anymore. Use the officially recommended command to query the
Mender artifact name instead:
mender show-artifact
This commit is contained in:
parent
97d108b6f9
commit
3db83a4039
3 changed files with 9 additions and 9 deletions
|
|
@ -661,10 +661,10 @@ the boot loader knows to permanently boot into this partition:
|
|||
|
||||
$ mender commit
|
||||
|
||||
To identify the currently installed Mender artifact from the command line, the
|
||||
following file can be queried:
|
||||
To identify the currently installed Mender artifact from the command line, run
|
||||
the following command:
|
||||
|
||||
$ cat /etc/mender/artifact_info
|
||||
$ mender show-artifact
|
||||
|
||||
If you are running a hosted server, the updates can be initiated from a web
|
||||
dashboard. From there, you can start the updates without having to log into the
|
||||
|
|
|
|||
|
|
@ -597,10 +597,10 @@ the boot loader knows to permanently boot into this partition:
|
|||
|
||||
$ mender commit
|
||||
|
||||
To identify the currently installed Mender artifact from the command line, the
|
||||
following file can be queried:
|
||||
To identify the currently installed Mender artifact from the command line, run
|
||||
the following command:
|
||||
|
||||
$ cat /etc/mender/artifact_info
|
||||
$ mender show-artifact
|
||||
|
||||
If you are running a hosted server, the updates can be initiated from a web
|
||||
dashboard. From there, you can start the updates without having to log into the
|
||||
|
|
|
|||
|
|
@ -722,10 +722,10 @@ the boot loader knows to permanently boot into this partition:
|
|||
|
||||
$ mender commit
|
||||
|
||||
To identify the currently installed Mender artifact from the command line, the
|
||||
following file can be queried:
|
||||
To identify the currently installed Mender artifact from the command line, run
|
||||
the following command:
|
||||
|
||||
$ cat /etc/mender/artifact_info
|
||||
$ mender show-artifact
|
||||
|
||||
If you are running a hosted server, the updates can be initiated from a web
|
||||
dashboard. From there, you can start the updates without having to log into the
|
||||
|
|
|
|||
Loading…
Reference in a new issue