OverlayFS/UnionFS #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I would like to have Opus installed via a resource/data pack so that I don't have to manually install it on each computer (bonus: more space on each device). The biggest issue with doing so, however, is that many files are then read-only. As a possible solution, we could have something akin to OverlayFS or UnionFS, which are used to load data (settings, user files, etc.) on top of an otherwise read-only system, such as a LiveCD. I've thought about a few points, but I haven't dug into the VFS module enough to implement it myself at this time.
/.overlay/sys/etc/fstabminifyandlzwfsdon't end up using MORE space.In my use case of an Opus data pack, there are a couple of extra considerations:
https://pastebin.com/3AnVT3Ec
This is a script that will download the whole OS into a kind of ramfs, while the OS files downloaded are read-only, the /usr folder will not, so your configs and other things will persist through reboots.