centerclick / feedback

Issues, Bug Reports, and Feature Requests
7 stars 0 forks source link

Read-only rootfs #42

Closed dave4445 closed 1 year ago

dave4445 commented 2 years ago

Rootfs is currently rw but journaled. It would be better if it was mounted to for unexpected power off

srob1 commented 2 years ago

I assume you meant to say "mounted ro"

ausil commented 1 year ago

This could be well supported by ostree, where most of the system is Read Only, with greenboot you can get automatic rollbacks and extremely reliable a/b booting with interrupted updates not causing the system to be unbootable.

https://ostreedev.github.io/ostree/introduction/ https://github.com/fedora-iot/greenboot

dave4445 commented 1 year ago

v2 firmware will use buildroot with a ro squashfs root, basics are working and about 60+% of features so far