Commit 1e943672 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed locations of active/passive partitions

parent a33c34b2
...@@ -28,8 +28,8 @@ define MENDER_CONF ...@@ -28,8 +28,8 @@ define MENDER_CONF
"Certificate": "", "Certificate": "",
"Key": "" "Key": ""
}, },
"RootfsPartA": "/dev/$(DISK)2", "RootfsPartA": "/dev/$(BOOT_DISK)2",
"RootfsPartB": "/dev/$(DISK)3", "RootfsPartB": "/dev/$(BOOT_DISK)3",
"UpdatePollIntervalSeconds": 1800, "UpdatePollIntervalSeconds": 1800,
"InventoryPollIntervalSeconds": 1800, "InventoryPollIntervalSeconds": 1800,
"RetryPollIntervalSeconds": 300, "RetryPollIntervalSeconds": 300,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment