[system]
compatible=Test Config
bootloader=grub
grubenv=/tmp/boot/grub/grubenv
# HACK: must be on a separate partition for real systems
data-directory=/tmp/rauc

[log.testlogger]
# create an event log file under /tmp/rauc/event.log
filename=event.log
events=all

[keyring]
path=ca.cert.pem

[slot.rootfs.0]
device=/dev/root
bootname=A

[slot.rootfs.1]
device=/tmp/rootdev
bootname=B

[slot.appfs.0]
device=/dev/null
parent=rootfs.0

[slot.appfs.1]
device=/tmp/appdev
parent=rootfs.1

[artifacts.files-single]
path=/tmp/file-artifacts-single
type=files

# not yet fully implemented
#[artifacts.files-dual]
#path=/tmp/file-artifacts-dual
#type=files
#parent-class=rootfs

[artifacts.trees]
path=/tmp/tree-artifacts
type=trees
