summaryrefslogtreecommitdiffstats
path: root/projectroot/etc/rauc/system.conf
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot/etc/rauc/system.conf')
-rw-r--r--projectroot/etc/rauc/system.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/projectroot/etc/rauc/system.conf b/projectroot/etc/rauc/system.conf
new file mode 100644
index 0000000..191a2a1
--- /dev/null
+++ b/projectroot/etc/rauc/system.conf
@@ -0,0 +1,17 @@
+[system]
+compatible=@RAUC_BUNDLE_COMPATIBLE@
+bootloader=barebox
+bundle-formats=verity
+
+[keyring]
+path=/etc/rauc/ca.cert.pem
+
+[slot.rootfs.0]
+device=/dev/disk/by-usage/rootfs0
+type=ext4
+bootname=system0
+
+[slot.rootfs.1]
+device=/dev/disk/by-usage/rootfs1
+type=ext4
+bootname=system1