mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/mender: update rootfs parts in mender.conf
The configuration options (RootfsPartA/RootfsPartB) must provide a valid path to a block devices. Signed-off-by: Mirza Krak <mirza.krak@northern.tech> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
c0d8743e53
commit
637352b50b
@@ -2,8 +2,8 @@
|
|||||||
"InventoryPollIntervalSeconds": 1800,
|
"InventoryPollIntervalSeconds": 1800,
|
||||||
"UpdatePollIntervalSeconds": 1800,
|
"UpdatePollIntervalSeconds": 1800,
|
||||||
"RetryPollIntervalSeconds": 300,
|
"RetryPollIntervalSeconds": 300,
|
||||||
"RootfsPartA": "mmcblk0p2",
|
"RootfsPartA": "/dev/mmcblk0p2",
|
||||||
"RootfsPartB": "mmcblk0p3",
|
"RootfsPartB": "/dev/mmcblk0p3",
|
||||||
"ServerCertificate": "/etc/mender/server.crt",
|
"ServerCertificate": "/etc/mender/server.crt",
|
||||||
"ServerURL": "https://docker.mender.io",
|
"ServerURL": "https://docker.mender.io",
|
||||||
"TenantToken": "dummy"
|
"TenantToken": "dummy"
|
||||||
|
|||||||
Reference in New Issue
Block a user