aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-06-28 17:32:35 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-06-28 17:32:35 +0000
commit95238a04eee11bf267ce903c2ffd11a9eeb1997f (patch)
tree92929885ef52fc76039c38b5b59accb8bb0ecdf9 /modules/livecd_stage2_target.py
parentFix stage4 so it doesnt run the bootloader stuff (diff)
downloadcatalyst-95238a04eee11bf267ce903c2ffd11a9eeb1997f.tar.gz
catalyst-95238a04eee11bf267ce903c2ffd11a9eeb1997f.tar.bz2
catalyst-95238a04eee11bf267ce903c2ffd11a9eeb1997f.zip
Added livecd/bootargs and added the option to the bootloader-setup.sh script to allow it to work on all arches that dynamically build their bootloader configuration.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@721 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'modules/livecd_stage2_target.py')
-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 a8d29dd0..cec5beab 100644
--- a/modules/livecd_stage2_target.py
+++ b/modules/livecd_stage2_target.py
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage2_target.py,v 1.43 2005/05/25 19:15:17 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage2_target.py,v 1.44 2005/06/28 17:32:35 wolf31o2 Exp $
"""
Builder class for a LiveCD stage2 build.
@@ -23,7 +23,7 @@ class livecd_stage2_target(generic_stage_target):
"livecd/rcadd","livecd/rcdel","livecd/fsscript","livecd/xinitrc",\
"livecd/root_overlay","livecd/devmanager","livecd/splash_type",\
"gamecd/conf","livecd/users","portage_overlay","livecd/cdfstype",\
- "livecd/linuxrc"])
+ "livecd/linuxrc","livecd/bootargs"])
generic_stage_target.__init__(self,spec,addlargs)
if not self.settings.has_key("livecd/type"):