top | item 43132485

(no title)

mvip | 1 year ago

Yeah that’s true. But if these are embedded devices, you probably want an A/B partition scheme with full transactional updates and rollback.

discuss

order

synack|1 year ago

I once built a Yocto system that had both... We'd use our package index for quick hotfixes, and push a full OS image to the A/B partition for larger, riskier changes. It was nice to have options.

mvip|1 year ago

That’s neat!