Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: Gentoo Dev <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] [PATCH 00/21] gen_usr_ldscript: migrate away from a sep-/usr by default
Date: Thu, 31 Mar 2016 14:13:14
Message-Id: CAJ0EP40cP6wmDYkbOdPhEF6=5tJVW0iLYrGDSsDJ-2fV-JvS=Q@mail.gmail.com
In Reply to: [gentoo-dev] [PATCH 00/21] gen_usr_ldscript: migrate away from a sep-/usr by default by Mike Frysinger
1 On Wed, Mar 30, 2016 at 7:58 PM, Mike Frysinger <vapier@g.o> wrote:
2 > To make forward progress on bug 417451, introduce a new sep-usr eclass
3 > that will hold all logic related to having a separate /usr. For now,
4 > this is just the gen_usr_ldscript function and a new USE=sep-usr flag.
5
6 Seems like a decent idea.
7
8 Before this flag gets added, should we define some bounds? I just
9 don't want to see this flag get abused by using it to move other files
10 around randomly, like moving things from /bin to /usr/bin, etc.
11
12 > All ebuilds that call gen_usr_ldscript today will migrate to this and
13 > will allow people to move away from installing things into /. For the
14 > systems that want to have a split-/usr partition, they can turn on this
15 > USE flag across their system.
16
17 So the sep-usr flag will be disabled by default? That's going to
18 trigger a change from the current state, and will definitely need to
19 be announced.

Replies