Gentoo Archives: gentoo-catalyst

From: Sebastian Pipping <sping@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] How to accept licences
Date: Mon, 27 Jun 2011 16:54:42
Message-Id: 4E08B5BB.9060407@gentoo.org
In Reply to: [gentoo-catalyst] How to accept licences by Martino Dell'Ambrogio
1 On 06/27/2011 05:43 PM, Martino Dell'Ambrogio wrote:
2 > [..] even with an export ACCEPT_LICENSE="*" within catalystrc
3
4 Is there any indicator that calalyst is even sourcing that script? Have
5 you tried putting echos or "exit 1" in there?
6
7 This is an adapted workround of mine to put into the *envscript* to get
8 certain stuff into the chroot's /etc/make.conf:
9
10
11 ====================================================================
12 if [[ ! -f /root/envscript_actions_run ]]; then
13 touch /root/envscript_actions_run
14
15 cat <<-MAKE_CONF_EOF >> /etc/make.conf
16
17 ACCEPT_LICENSE="* -@EULA dlj-1.1"
18 MAKE_CONF_EOF
19 fi
20 ====================================================================
21
22
23 If anyone is aware of a cleaner solution, please share.
24
25 Martino, if you find out later why ACCEPT_LICENSE doesn't work straight
26 from the environment, please let us know.
27
28 Best,
29
30
31
32 Sebastian

Replies

Subject Author
Re: [gentoo-catalyst] How to accept licences Martino Dell'Ambrogio <martino.dellambrogio@××××.ch>