Re: [OE-core] [PATCH] initramfs-framework: Add overlayroot module

2022-01-27 Thread Vyacheslav Yurkov
On 26.01.2022 19:09, Alejandro Hernandez Samaniego wrote: Oops! completely forgot!, I'll add it. This is loosely based on the overlay-etc.bbclass the difference is that the class only works for overlaying /etc and it doesnt require an initramfs, but, while its possible to tinker it in such a

Re: [OE-core] [PATCH] initramfs-framework: Add overlayroot module

2022-01-26 Thread Vyacheslav Yurkov
Hi Alejandro, Thanks for your patch. I recently submitted two classes overlayfs and overlayfs-etc to do the same thing you want to achieve. Could you please take a look if you can use them instead? If not, perhaps we could adapt it to suit your needs? Regards, Vyacheslav On 26.01.2022

Re: [OE-core] [PATCH] initramfs-framework: Add overlayroot module

2022-01-26 Thread Alejandro Hernandez Samaniego
On 1/26/22 7:11 AM, Bruce Ashfield wrote: On Wed, Jan 26, 2022 at 2:22 AM Alejandro Hernandez Samaniego wrote: When installed, this module mounts a read-write (RW) overlay on top of a root filesystem, which is kept read-only (RO). It needs to be executed after the initramfs-module-rootfs

Re: [OE-core] [PATCH] initramfs-framework: Add overlayroot module

2022-01-26 Thread Bruce Ashfield
On Wed, Jan 26, 2022 at 2:22 AM Alejandro Hernandez Samaniego wrote: > > When installed, this module mounts a read-write (RW) overlay on > top of a root filesystem, which is kept read-only (RO). > > It needs to be executed after the initramfs-module-rootfs since > it relies on it to mount the

[OE-core] [PATCH] initramfs-framework: Add overlayroot module

2022-01-25 Thread Alejandro Hernandez Samaniego
When installed, this module mounts a read-write (RW) overlay on top of a root filesystem, which is kept read-only (RO). It needs to be executed after the initramfs-module-rootfs since it relies on it to mount the filesystem at initramfs startup but before the finish module which normally switches