Gentoo Archives: gentoo-catalyst

From: Ted Kosan <tkosan@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] livecd/overlay
Date: Thu, 08 Dec 2005 20:11:35
Message-Id: 20051208201037.86397.qmail@web31810.mail.mud.yahoo.com
1 Hello,
2
3 I am using Catalyst 2.0 rc5 and the livecd/overlay variable is not working.
4
5 I checked my old catalyst-1.1.10.10 installation and found the following code (
6 which references livecd/overlay ) in the modules/livecd_stage2_target.py file:
7
8 198 if self.settings.has_key("livecd/overlay"):
9 199 cmd("rsync -a "+self.settings["livecd/overlay"]+"/* "+\
10 200 self.settings["cdroot_path"],"LiveCD overlay copy failed.")
11
12 but the same file in catalyst 2.0 rc5 does not have this code and when I grep
13 the /usr/lib/catalyst2 directory, the only reference I find to livecd/overlay
14 is the following:
15
16 ./modules/livecd_stage2_target.py:22:
17 "livecd/readme","livecd/motd","livecd/overlay",\
18
19 Is this a bug?
20
21 Thanks,
22
23 Ted Kosan
24 --
25 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] livecd/overlay Eric Edgar <rocket@g.o>