this post was submitted on 07 Jan 2025
18 points (100.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1097 readers
1 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
idk about Pi OS, but usually it will break, because all sorts of services need to write stuff in /var/ , /tmp/ or other places and they can't if it's mounted read-only. You could maybe get away with mounting tmpfs ramdisks in those places, but it will be complicated if the services expect something already there, e.g. database files.