Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] baselayout-1.11.12-r2 request for testers
Date: Thu, 26 May 2005 16:07:34
Message-Id: 200505261208.25478.vapier@gentoo.org
In Reply to: Re: [gentoo-dev] baselayout-1.11.12-r2 request for testers by Chris Gianelloni
1 On Thursday 26 May 2005 11:12 am, Chris Gianelloni wrote:
2 > On Thu, 2005-05-26 at 10:50 -0400, Mike Frysinger wrote:
3 > > On Thursday 26 May 2005 10:04 am, Chris Gianelloni wrote:
4 > > > I'm asking because I will need to modify the livecd-tools scripts to
5 > > > take into account a way to disable DHCP when either "nodhcp" or
6 > > > "nodetect" are passed to the release media.
7 > >
8 > > speaking of livecd updates, someone pointed out on a bug that we shouldnt
9 > > need to check CDBOOT anymore in the volume addon code
10 > > (lvm/lvm2/evms/raid/etc) ... the livecd should set RC_VOLUME_ORDER to ""
11 > > ... maybe we can do this in the ebuild ?
12 >
13 > What ebuild? baselayout?
14
15 yes, when USE=livecd
16
17 > Where would the livecd set RC_VOLUME_ORDER?
18
19 it would reset $S/etc/conf.d/rc
20
21 > Why should it?
22
23 instead of having to do [[ -z ${CDBOOT} ]] all the time ... the lvm/emvs/raid
24 have been removed from baselayout and placed into sep addon modules ... but
25 only modules listed in RC_VOLUME_ORDER will be automagically sourced by
26 baselayout at boot
27
28 so instead of checking $CDBOOT in all the modules, we could just have the
29 livecd say 'dont check volume addon modules'
30 -mike
31 --
32 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] baselayout-1.11.12-r2 request for testers Chris Gianelloni <wolf31o2@g.o>