Try
chroot /tmp/minime /bin/busybox ash

Stil doesn't work.

chroot: can't execute the command `/bin/busybox': No such file or directory

I don't understand, I follow this tutorial : http://gentoo-wiki.com/ Embedded_Gentoo. What's wrong?

On May 26, 2007, at 5:20 AM, Dirk Gassen wrote:

Since you didn't install bash chroot cannot execute bash ;-).

I think the bash comes from your current root account on your host, which is set to /bin/bash (check /etc/passwd). Therefore, chroot will execute /bin/bash as the default shell.

Try
chroot /tmp/minime /bin/busybox ash

Dirk

Am 25.05.2007 um 07:42 schrieb The MoonSeeker:

Hi,

Is it to possible to chroot the after we create it (USE=-iconv ACCEPT_KEYWORDS="**" ROOT="/tmp/minime" emerge -avkN uclibc busybox baselayout-lite dropbear), because i get this error :

chroot /tmp/minime/
chroot: can't execute `/bin/bash': No such file or directory

localhost ~ # ls /tmp/minime/bin/bash
/tmp/minime/bin/bash

What's wrong?
thanks
--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list

Reply via email to