I'm working on getting a reliable image for a kiosk style application. Currently one of our big issues is boot stability. Since there's a high likelihood of our computers being hard-reset or losing power, a frozen/stuck boot is a common fault state for us.
To try to counter this, someone suggested making the root partition read-only.
That's fine, but I'm not sure how I can download content onto the device (and keep it there through reboot)
I was thinking of making two partitions, one with the OS and one for file storage. Would this work in OverlayFS? Does this create any issues?