aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn P. Davis <zhen@gentoo.org>2004-07-21 05:03:42 +0000
committerJohn P. Davis <zhen@gentoo.org>2004-07-21 05:03:42 +0000
commita5921ce6af285d5c42a4cb8b0ffc8ccb3d52cd9f (patch)
tree1fbde05e1c67984585f4276e1d73aad0a05e7511 /modules
parentmore code cleanups (diff)
downloadcatalyst-a5921ce6af285d5c42a4cb8b0ffc8ccb3d52cd9f.tar.gz
catalyst-a5921ce6af285d5c42a4cb8b0ffc8ccb3d52cd9f.tar.bz2
catalyst-a5921ce6af285d5c42a4cb8b0ffc8ccb3d52cd9f.zip
adding in wolf31o2s gamecd patchset
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@420 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'modules')
-rw-r--r--modules/livecd_stage2_target.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/livecd_stage2_target.py b/modules/livecd_stage2_target.py
index bb78531b..3d03450c 100644
--- a/modules/livecd_stage2_target.py
+++ b/modules/livecd_stage2_target.py
@@ -1,6 +1,6 @@
# Distributed under the GNU General Public License version 2
# Copyright 2003-2004 Gentoo Technologies, Inc.
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage2_target.py,v 1.16 2004/07/14 18:07:50 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage2_target.py,v 1.17 2004/07/21 05:03:42 zhen Exp $
"""
Builder class for a LiveCD stage2 build.
@@ -37,7 +37,7 @@ class livecd_stage2_target(generic_stage_target):
self.valid_values.extend(["livecd/cdtar","livecd/empty","livecd/rm",\
"livecd/unmerge","livecd/iso","livecd/gk_mainargs","livecd/type",\
"livecd/motd","livecd/overlay","livecd/modblacklist","livecd/bootsplash",\
- "livecd/rcadd","livecd/rcdel","livecd/fsscript"])
+ "livecd/rcadd","livecd/rcdel","livecd/fsscript","livecd/xinitrc"])
generic_stage_target.__init__(self,spec,addlargs)
file_locate(self.settings, ["livecd/cdtar","livecd/archscript","livecd/runscript"])