Re: building boot-floppies in a dchroot ?
On Tue, 26 Aug 2003 07:43:04 +0200
Sven Luther <sven.luther@wanadoo.fr> wrote:
> but if i call the chroot /chroot/path /bin/busybox in
> the dchroot, i get the same error.
If you are using the busybox ash shell in your chroot you should do
'chroot /chroot/path /bin/busybox ash'
or
'chroot /chroot/path /bin/busybox sh'
or
chroot /chroot/path /bin/[a]sh
if just have already setup the symlinks, or just
chroot /chroot/path
if you are changing to the same shell as you were previouly using.
Glenn
Reply to: