Skip to content

Commit

Permalink
Merge pull request #2319 from tranchitella/hosted
Browse files Browse the repository at this point in the history
chore: update documentation after the introduction of `mender-client4`
  • Loading branch information
tranchitella authored Feb 16, 2024
2 parents 01eef23 + a65553b commit 7254dab
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ configuration options.
<!-- AUTOMATION: execute=wget -O get-mender.sh https://get.mender.io -->

<!--AUTOVERSION: "mender-client_%-1"/mender -->
<!--AUTOMATION: execute=bash get-mender.sh -c experimental -->
<!--AUTOMATION: execute=bash get-mender.sh mender-client4 -->
<!--AUTOMATION: execute=DEVICE_TYPE=device-type -->
<!--AUTOMATION: execute=TENANT_TOKEN=secure-token -->
<!--AUTOMATION: execute=SERVER_IP_ADDR=1.2.3.4 -->
Expand Down
21 changes: 19 additions & 2 deletions 10.Downloads/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,30 @@ software updates packaged as Mender Artifacts.
See [Client installation](../03.Client-installation/chapter.md) for more information
about how to configure and use the Mender client.

The `mender-client` Debian package installs:
The `mender-client` Debian package includes the legacy Mender Client written in Go (version 3.x.y),
and it installs:

* the binary,
* a systemd service,
* the default [identity script](../03.Client-installation/03.Identity/docs.md),
* the default [inventory scripts](../03.Client-installation/04.Inventory/docs.md)
* and the default [update modules](../03.Client-installation/05.Use-an-updatemodule/docs.md)
(and its generators).
(and its generators).

The `mender-client4` Debian package includes the 4.x series of the client, which has slightly
different components than the legacy one. The `mender-client4` Debian package installs:

* a `mender-auth` package, for server authentication
* a `mender-update` package, for doing updates
* two binaries, `mender-auth` and `mender-update`
* two systemd services, `mender-authd` and `mender-updated`
* the default [identity script](../03.Client-installation/03.Identity/docs.md)
* the default [inventory scripts](../03.Client-installation/04.Inventory/docs.md)
* and the default [update modules](../03.Client-installation/05.Use-an-updatemodule/docs.md)
(and its generators).
* the `mender-flash` tool
* the `mender-setup` tool
* the `mender-snapshot` tool


### Installation methods
Expand Down

0 comments on commit 7254dab

Please sign in to comment.