mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 07:33:01 +02:00
rauc: Increase maximum download size to 1 GiB
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.
This commit is contained in:
committed by
Joachim Wiberg
parent
c4b7b2aa65
commit
c4a1b2558d
@@ -4,6 +4,7 @@ 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
|
||||
|
||||
@@ -5,6 +5,7 @@ grubenv=/mnt/aux/grub/grubenv
|
||||
statusfile=/mnt/aux/rauc.status
|
||||
mountprefix=/var/lib/rauc/mnt
|
||||
bundle-formats=-plain
|
||||
max-bundle-download-size=1073741824
|
||||
|
||||
[keyring]
|
||||
directory=/etc/rauc/keys
|
||||
|
||||
Reference in New Issue
Block a user