Gentoo Archives: gentoo-dev

From: Roy Marples <uberlord@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] baselayout-2 and volumes (raid, lvm, crypt, etc)
Date: Fri, 13 Apr 2007 11:45:23
Message-Id: 20070413124143.629296ec@uberlaptop.development.ltl
1 Hi List
2
3 bsaelayout-2.0.0_alpha2 will ship without any volume support for things
4 like LVM, RAID, etc. We only ship the hooks right now, but we won't
5 ship those any more as we can't seem it get it right.
6
7 If you care about such things, then you need to pester the maintainer
8 of said package to write an init script for it that has the following
9 dependency
10
11 depend() {
12 before checkroot
13 }
14
15 Any other dependencies should be done by the USER
16 in /etc/conf.d/foo like so
17
18 RC_NEED="bar"
19
20 Which shows that foo needs bar. Or rather dm-crypt needs lvm or some
21 such. Of couse, same USER can add RC_NEED="lvm"
22 to /etc/conf.d/localmount or any other service too.
23
24 This is kind of required so that /dev managers don't have to use nasty
25 hacks either.
26
27 Thanks
28
29 Roy
30 --
31 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] baselayout-2 and volumes (raid, lvm, crypt, etc) "Benjamin Smee (strerror)" <strerror@g.o>