diff mbox series

[v2,5/5] package/mender: adding a readme file

Message ID 1549362228-5731-6-git-send-email-angelo@amarulasolutions.com
State Superseded
Headers show
Series Latest fixings to Mender | expand

Commit Message

Angelo Compagnucci Feb. 5, 2019, 10:23 a.m. UTC
This patch adds a readme file with basic instructions to get mender up
and running on a production system.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
---
 package/mender/readme.txt | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 package/mender/readme.txt

Comments

Adam Duskett Feb. 5, 2019, 10:28 a.m. UTC | #1
All;

On Tue, Feb 5, 2019 at 11:24 AM Angelo Compagnucci
<angelo@amarulasolutions.com> wrote:
>
> This patch adds a readme file with basic instructions to get mender up
> and running on a production system.
>
> Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
> ---
>  package/mender/readme.txt | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>  create mode 100644 package/mender/readme.txt
>
> diff --git a/package/mender/readme.txt b/package/mender/readme.txt
> new file mode 100644
> index 0000000..329b2a4
> --- /dev/null
> +++ b/package/mender/readme.txt
> @@ -0,0 +1,18 @@
> +=== Notes on using Mender on Buildroot
> +======================================
> +Default configurations files
> +----------------------------
> +
> +Buildroot comes with a default artifact_info and device_type configuration files
> +in /etc/mender. They contain default values, and thus they should be overridden
> +on a production system.
> +
> +The simplest way to do it is to change these files in an overlay or in a post
> +build script.
> +
> +Configuring mender with certificates
> +------------------------------------
> +
> +Mender uses TLS to communicate with the management server and, if you use a
> +CA-signed certificate on the server, you should select the ca-certificates
> +package otherwise it doesn't work.
> --
> 2.7.4
>
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

Acked-by: <aduskett@gmail.com>
diff mbox series

Patch

diff --git a/package/mender/readme.txt b/package/mender/readme.txt
new file mode 100644
index 0000000..329b2a4
--- /dev/null
+++ b/package/mender/readme.txt
@@ -0,0 +1,18 @@ 
+=== Notes on using Mender on Buildroot
+======================================
+Default configurations files
+----------------------------
+
+Buildroot comes with a default artifact_info and device_type configuration files
+in /etc/mender. They contain default values, and thus they should be overridden
+on a production system.
+
+The simplest way to do it is to change these files in an overlay or in a post
+build script.
+
+Configuring mender with certificates
+------------------------------------
+
+Mender uses TLS to communicate with the management server and, if you use a
+CA-signed certificate on the server, you should select the ca-certificates
+package otherwise it doesn't work.