Gentoo Archives: gentoo-catalyst

From: Eric Edgar <rocket@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] livecd/overlay
Date: Thu, 08 Dec 2005 21:01:15
Message-Id: 20051208210052.GA11501@toucan.gentoo.org
In Reply to: [gentoo-catalyst] livecd/overlay by Ted Kosan
1 Ted,
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. Otherwise please
7 post your spec file and any other troubleshooting information you may
8 have available.
9
10 Rocket
11
12 On 12:10 Thu 08 Dec , Ted Kosan wrote:
13 > Hello,
14 >
15 > I am using Catalyst 2.0 rc5 and the livecd/overlay variable is not working.
16 >
17 > I checked my old catalyst-1.1.10.10 installation and found the following code (
18 > which references livecd/overlay ) in the modules/livecd_stage2_target.py file:
19 >
20 > 198 if self.settings.has_key("livecd/overlay"):
21 > 199 cmd("rsync -a "+self.settings["livecd/overlay"]+"/* "+\
22 > 200 self.settings["cdroot_path"],"LiveCD overlay copy failed.")
23 >
24 > but the same file in catalyst 2.0 rc5 does not have this code and when I grep
25 > the /usr/lib/catalyst2 directory, the only reference I find to livecd/overlay
26 > is the following:
27 >
28 > ./modules/livecd_stage2_target.py:22:
29 > "livecd/readme","livecd/motd","livecd/overlay",\
30 >
31 > Is this a bug?
32 >
33 > Thanks,
34 >
35 > Ted Kosan
36 > --
37 > gentoo-catalyst@g.o mailing list
38 >
39 >

Replies

Subject Author
Re: [gentoo-catalyst] livecd/overlay Ted Kosan <tkosan@×××××.com>