Hacker News new | ask | show | jobs
by jccooper 1282 days ago
They also have a built-in ramdisk overlay, which basically solves the problem (so long as you don't need persistence!)
1 comments

I use this in a little raspberry pi project. For persistence, I occasionally copy data to a writable partition and then at boot, after the ram overlay is mounted, I copy it back.