All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mirza Krak <mirza.krak@northern.tech>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/mender: update rootfs parts in mender.conf
Date: Tue, 14 May 2019 11:04:49 +0200	[thread overview]
Message-ID: <20190514090450.20142-2-mirza.krak@northern.tech> (raw)
In-Reply-To: <20190514090450.20142-1-mirza.krak@northern.tech>

The configuration options (RootfsPartA/RootfsPartB) must
provide a valid path to a block devices.

Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
---
 package/mender/mender.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

  reply	other threads:[~2019-05-14  9:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-14  9:04 [Buildroot] [PATCH 0/2] misc package/mender updates Mirza Krak
2019-05-14  9:04 ` Mirza Krak [this message]
2019-05-28 20:43   ` [Buildroot] [PATCH 1/2] package/mender: update rootfs parts in mender.conf Arnout Vandecappelle
2019-06-06 15:27   ` Peter Korsgaard
2019-05-14  9:04 ` [Buildroot] [PATCH 2/2] package/mender: install additional inventory scripts Mirza Krak
2019-05-28 21:09   ` Arnout Vandecappelle
2019-06-06 15:27   ` Peter Korsgaard

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=20190514090450.20142-2-mirza.krak@northern.tech \
    --to=mirza.krak@northern.tech \
    --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.