anatol / booster

Fast and secure initramfs generator
MIT License
504 stars 44 forks source link

Add support for overlay root filesystem #88

Open anatol opened 3 years ago

anatol commented 3 years ago

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 supports overlay only for now.

firasuke commented 1 year 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.

firasuke commented 1 year ago

Any updates to this?

firasuke commented 10 months ago

What's the current situation on this? I have a proposal ready on #232.