mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 19:06:34 +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@
|
build=@GIT_SHA@
|
||||||
|
|
||||||
[bundle]
|
[bundle]
|
||||||
format=verity
|
format=plain
|
||||||
|
|
||||||
[image.bootfs]
|
[image.bootfs]
|
||||||
filename=bootfs.vfat
|
filename=bootfs.vfat
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
compatible=betterframe-rpi5-aarch64
|
compatible=betterframe-rpi5-aarch64
|
||||||
bootloader=custom
|
bootloader=custom
|
||||||
data-directory=/var/lib/rauc
|
data-directory=/var/lib/rauc
|
||||||
bundle-formats=verity
|
bundle-formats=plain
|
||||||
boot-attempts=3
|
boot-attempts=3
|
||||||
boot-attempts-primary=3
|
boot-attempts-primary=3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue