mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 16:56:33 +00:00
perf(rauc): switch from verity to plain bundle format (skip hash tree)
This commit is contained in:
parent
750ff1eab2
commit
0aaa1d931a
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ description=BetterFrame OS @VERSION@
|
|||
build=@GIT_SHA@
|
||||
|
||||
[bundle]
|
||||
format=verity
|
||||
format=plain
|
||||
|
||||
[image.bootfs]
|
||||
filename=bootfs.vfat
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
compatible=betterframe-rpi5-aarch64
|
||||
bootloader=custom
|
||||
data-directory=/var/lib/rauc
|
||||
bundle-formats=verity
|
||||
bundle-formats=plain
|
||||
boot-attempts=3
|
||||
boot-attempts-primary=3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue