Open anatol opened 3 years ago
I second this as it is an essential feature for getting booster to support read-write mode on iso9660 filesystems when it is being used for ISO creation.
Any updates to this?
What's the current situation on this? I have a proposal ready on #232.
Some folks want to mount the rootfs readonly and add an overlayfs on top of it. See https://github.com/anatol/booster/issues/87#issuecomment-855036220 It would be great if booster supported this use-case.
Systemd supports an extra option in fstab
systemd.volatile=overlay
https://www.freedesktop.org/software/systemd/man/systemd-fstab-generator.html#systemd.volatile= that does it.We should probably have a boot option, e.g.
booster.volatile
that acts as a subset of systemd functionality and supportsoverlay
only for now.