On 06/27/2011 05:43 PM, Martino Dell'Ambrogio wrote:
> [..] even with an export ACCEPT_LICENSE="*" within catalystrc
Is there any indicator that calalyst is even sourcing that script? Have
you tried putting echos or "exit 1" in there?
This is an adapted workround of mine to put into the *envscript* to get
certain stuff into the chroot's /etc/make.conf:
====================================================================
if [[ ! -f /root/envscript_actions_run ]]; then
touch /root/envscript_actions_run
cat <<-MAKE_CONF_EOF >> /etc/make.conf
ACCEPT_LICENSE="* -@EULA dlj-1.1"
MAKE_CONF_EOF
fi
====================================================================
If anyone is aware of a cleaner solution, please share.
Martino, if you find out later why ACCEPT_LICENSE doesn't work straight
from the environment, please let us know.
Best,
Sebastian