BetterFrame/deploy/rauc/system.conf

34 lines
592 B
Text
Raw Normal View History

[system]
compatible=betterframe-rpi5-aarch64
bootloader=custom
data-directory=/var/lib/rauc
bundle-formats=plain
boot-attempts=3
boot-attempts-primary=3
[keyring]
path=/etc/rauc/keyring.pem
[handlers]
bootloader-custom-backend=/usr/local/sbin/betterframe-rauc-boot.sh
[slot.bootfs.0]
device=/dev/disk/by-partlabel/BF_BOOT_A
type=vfat
bootname=A
[slot.rootfs.0]
device=/dev/disk/by-partlabel/BF_ROOT_A
type=ext4
parent=bootfs.0
[slot.bootfs.1]
device=/dev/disk/by-partlabel/BF_BOOT_B
type=vfat
bootname=B
[slot.rootfs.1]
device=/dev/disk/by-partlabel/BF_ROOT_B
type=ext4
parent=bootfs.1