Re: set env in chroot script

2007-04-28 Thread Lowell Gilbert
Elan Marikit <[EMAIL PROTECTED]> writes:

> I am a newbie of FreeBSD and I want to know how to set environment
> inside chroot in a shell script.
>
> My script looks like this:
> chroot $NEWROOT /bin/sh -c ""
>
> And I want to set an environment, before the .
>
> Is it possible that it will inherit my parent environment? like the
> environment set in my script?

According to the chroot(8) manual, only the SHELL value will
be inherited.

Try making a wrapper script to set the values you want, and
call the command from inside that script.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


set env in chroot script

2007-04-26 Thread Elan Marikit

Greetz,

I am a newbie of FreeBSD and I want to know how to set environment 
inside chroot in a shell script.


My script looks like this:
chroot $NEWROOT /bin/sh -c ""

And I want to set an environment, before the .

Is it possible that it will inherit my parent environment? like the 
environment set in my script?


Thanks,
Elan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"