Gentoo Archives: gentoo-project

From: Rich Freeman <rich0@g.o>
To: gentoo-project@l.g.o
Subject: Re: [gentoo-project] changing the default of ACCEPT_LICENSE in portage
Date: Wed, 31 Jul 2013 17:56:25
Message-Id: CAGfcS_nB+hwWk1rV4GXHBipv_mw+vGOQo0pW7chvn0eQD5gkcg@mail.gmail.com
In Reply to: Re: [gentoo-project] changing the default of ACCEPT_LICENSE in portage by Ian Stakenvicius
1 On Wed, Jul 31, 2013 at 12:07 PM, Ian Stakenvicius <axs@g.o> wrote:
2 >
3 > # [some comment that says what this is and to look in the handbook ]
4 > ACCEPT_LICENSE="-* @FREE"
5 > # firmware in the linux kernel needs additional licenses, so add
6 > # them by default. Please remove if you do not wish to accept.
7 > ACCEPT_LICENSE+="freedist"
8
9 ++
10
11 I don't like the idea that a kernel can't be installed by default
12 (requiring either a USE or ACCEPT_LICENSE override). That impacts
13 every install. Given the choice of the default being either accepting
14 freedist or using deblob I think the former is more sane. The fact
15 that we give users a choice is a lot more than most distros do.
16
17 And by all means call it out in the handbook so that new users not
18 only have the choice, but understand it.
19
20 Rich