mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 21:13:00 +02:00
The rauc event logger is a separate glib logger that by default logs to the system console, with annoying ANSI escape sequences. This commit drops the default stdout/stderr redirect of these log messages and adds a more exhaustive bundle install and event log, in json format, instead. For more information about event logging, see the rauc documentation: https://rauc.readthedocs.io/en/latest/advanced.html Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
29 lines
494 B
Plaintext
29 lines
494 B
Plaintext
[system]
|
|
compatible=infix-riscv64
|
|
bootloader=uboot
|
|
statusfile=/mnt/aux/rauc.status
|
|
mountprefix=/var/lib/rauc/mnt
|
|
bundle-formats=-plain
|
|
max-bundle-download-size=1073741824
|
|
|
|
[log.event-log]
|
|
filename=/var/log/upgrade-json.log
|
|
format=json-pretty
|
|
max-size=1M
|
|
max-files=5
|
|
|
|
[keyring]
|
|
directory=/etc/rauc/keys
|
|
|
|
[slot.rootfs.0]
|
|
device=/dev/disk/by-partlabel/primary
|
|
bootname=primary
|
|
|
|
[slot.rootfs.1]
|
|
device=/dev/disk/by-partlabel/secondary
|
|
bootname=secondary
|
|
|
|
[slot.net.0]
|
|
device=/dev/ram0
|
|
bootname=net
|