Hello Gregoire,
Gregoire Gentil:
> Once the system has booted (/root of the initramfs becomes the /), I
> need to insert a module into the kernel a module:
> insmod module.ko base_img=/image.dof
> This modules requires and loads/uses many files (image.dof but also some
> others) which are "physic
On 26/11/10 03:59 PM, Gregoire Gentil wrote:
> My root folder, which is prepared in an initramfs, is an AUFS merging a
> read-only squashfs and an overlay write folder:
>
> mount -t squashfs -o loop /disk/a.squashfs /root-ro
> mkdir /disk/overlay
> noatime,br:/disk/overlay:/root-ro=ro none /root
>