Thanks to your advice, I discovered that the "autoresume" feature was preventing the script to be loaded... the -a flag fixed it.

Thanks to all who helped! I'm absolutely new to catalyst, hope to get better soon.

Martino Dell'Ambrogio
Security Auditor

-----------------------------------------------------------------------
KYOS IT SECURITY
Consulting, Integration and Facility Management
12 bis avenue Rosemont - 1208 Geneva
Tel:+41 (0)22 734 7888
mobile:+41 (0)79 715 12 90
Fax:+41 (0)22 734 7903
http://www.kyos.ch - [email protected]
-----------------------------------------------------------------------


On 06/27/2011 06:54 PM, Sebastian Pipping wrote:
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


Reply via email to