mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 22:53:02 +02:00
Default is 8 MiB which is, you know, not alot. Choose a very high value and let the OS notify RAUC when the disk is full.
23 lines
399 B
Plaintext
23 lines
399 B
Plaintext
[system]
|
|
compatible=infix-aarch64
|
|
bootloader=uboot
|
|
statusfile=/mnt/aux/rauc.status
|
|
mountprefix=/var/lib/rauc/mnt
|
|
bundle-formats=-plain
|
|
max-bundle-download-size=1073741824
|
|
|
|
[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
|