The problem can not be solved by means of mounting sys,proc,devpts etc.
It is not the first time I work with jails...
I am not an expert but have used them for running programs in an isolated
mood and to keep my filesystem intact while installing devel libraries...
My problem comes with jails
I'm going to give it a try, but the thing is:
In normal conditions, sys proc devpts are handled eficiently by initramfs,
but in order to use unionfs-fuse during init fase the only solution I came to
was to --bind /dev.
So, I think that should not solve my issues but as I said, anything it's
I am trying to boot Trisquel into a jail with the help of unionfs-fuse. I
have been tampering with initramfs scripts and I think it finally combine the
two filesystems (/root and /media/tomahawk - this second is the one I mount
RW) into /mnt but when I try to exec run-init /mnt /sbin/init ...