All of lore.kernel.org
 help / color / mirror / Atom feed
From: deinok at deinok.com <deinok@deinok.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/mender: better default mender.config
Date: Tue, 28 May 2019 13:59:19 +0200	[thread overview]
Message-ID: <20190528115919.26194-2-deinok@deinok.com> (raw)
In-Reply-To: <20190528115919.26194-1-deinok@deinok.com>

From: deinok <deinok@deinok.com>

Signed-off-by: deinok <deinok@deinok.com>
---
 package/mender/mender.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/mender/mender.conf b/package/mender/mender.conf
index 979f16aaf6..7eb9fb18b4 100644
--- a/package/mender/mender.conf
+++ b/package/mender/mender.conf
@@ -2,9 +2,9 @@
   "InventoryPollIntervalSeconds": 1800,
   "UpdatePollIntervalSeconds": 1800,
   "RetryPollIntervalSeconds": 300,
-  "RootfsPartA": "mmcblk0p2",
-  "RootfsPartB": "mmcblk0p3",
+  "RootfsPartA": "/dev/mmcblk0p1",
+  "RootfsPartB": "/dev/mmcblk0p2",
   "ServerCertificate": "/etc/mender/server.crt",
-  "ServerURL": "https://docker.mender.io",
+  "ServerURL": "https://hosted.mender.io",
   "TenantToken": "dummy"
 }
-- 
2.17.1

  reply	other threads:[~2019-05-28 11:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-28 11:59 [Buildroot] [PATCH 1/2] package/mender: bump version to 2.0 deinok at deinok.com
2019-05-28 11:59 ` deinok at deinok.com [this message]
2019-05-28 18:47 ` Mirza Krak
2019-05-28 20:39   ` Arnout Vandecappelle
2019-05-29  8:03     ` Mirza Krak
2019-05-29 13:24       ` Raul Hidalgo Caballero
2019-05-29 13:53         ` Arnout Vandecappelle
2019-05-28 13:41 deinok at deinok.com
2019-05-28 13:41 ` [Buildroot] [PATCH 2/2] package/mender: better default mender.config deinok at deinok.com
2019-05-28 18:28   ` Arnout Vandecappelle
2019-05-28 18:42     ` Mirza Krak
2019-05-28 18:47       ` Mirza Krak
2019-05-28 20:42     ` Arnout Vandecappelle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190528115919.26194-2-deinok@deinok.com \
    --to=deinok@deinok.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.