Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] rfc: using /libexec
Date: Wed, 07 Sep 2011 18:06:40
Message-Id: 20110907180235.GA4113@linux1
In Reply to: Re: [gentoo-dev] rfc: using /libexec by Rich Freeman
1 On Wed, Sep 07, 2011 at 07:22:46AM -0400, Rich Freeman wrote:
2 > On Wed, Sep 7, 2011 at 5:27 AM, Michał Górny <mgorny@g.o> wrote:
3 >
4 > > On Wed, 07 Sep 2011 12:17:21 +0300
5 > > Alexey Shvetsov <alexxy@g.o> wrote:
6 > >
7 > > > Moving things as openrc to /usr/libexec will effectevely barake old
8 > > > systems with separtae / and /usr. So it isnt good idea
9 > >
10 > > Old systems should migrate to initramfs, like it was already pointed
11 > > out before. Breakage is already there, you just don't notice it.
12 > >
13 > >
14 > Agreed, and once the official docs are updated and a working initramfs is
15 > available we can consider moving forward with things that break separate
16 > /usr. That seemed to be the general consensus on the other thread.
17 >
18 > Right now migrating to initramfs won't do any good, as Gentoo doesn't have
19 > an initramfs available which mounts /usr. No doubt once Fedora gets theirs
20 > working we'll be able to copy it (assuming it is FOSS), or we can write our
21 > own.
22
23 I actually have a skeleton for an initramfs that does this here, I just
24 haven't figured out the last step, making an ebuild for it.
25
26 I think we can do a very simple initramfs that just mounts /usr/and /var
27 without dracut, but if you are using lvm, etc, you will have to use
28 dracut.
29
30 William