Hi,

Robert Millan wrote:

> Can't you use the chroot command from your jail instead ?

>   $ sudo qemu-i386 /srv/chroot/i386/lib/ld-linux.so.2 
> /srv/chroot/i386/usr/sbin/chroot /srv/chroot/i386/ su -

Yes, that works, however having this feature inside qemu makes life a
lot easier when testing installations for embedded systems that are not
supposed to have a chroot command.

Right now all that is needed inside the tree for the embedded system is
a statically linked qemu to handle commands spawned by the emulated
process, and a working chroot command for the target. I'm working on
another patch that will allow qemu to handle execve() internally by
overwriting the current context, however getting that stable has shown
to be more difficult than I thought.

   Simon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to