Gentoo Archives: gentoo-catalyst

From: Ted Kosan <tkosan@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] livecd/overlay
Date: Fri, 09 Dec 2005 20:40:07
Message-Id: 20051209203945.40169.qmail@web31802.mail.mud.yahoo.com
In Reply to: Re: [gentoo-catalyst] livecd/overlay by Eric Edgar
1 Rocket wrote:
2
3 > No this is not a bug. Many functions that are common across a couple
4 > targets have been moved into the generic_stage_target.py file. the code
5 > you are looking for is there. Others have reported that this
6 > functionality is working. Perhaps you have a typo.
7
8 First I would like to say that the 2.0 code looks extremely nice! I am finding
9 it very easy to read through and understand what it is doing.
10
11 As for the livecd/overlay problem I am having, I think it is indeed a bug :-)
12
13 Here is line 1004 from the rc5 generic_stage_target.py file:
14
15 and os.path.exists(self.settings["spec_prefix"]+"/overlay"):
16
17 I think it should read:
18
19 and os.path.exists(self.settings[self.settings["spec_prefix"]+"/overlay"]):
20
21
22 Anyway, that fixed my problem :-)
23
24
25 Ted
26
27
28 --
29 gentoo-catalyst@g.o mailing list