summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-07-21 15:02:32 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-07-21 15:02:32 +0000
commit090781dff831524c2ca7c49af9ebe9a4811991de (patch)
treedf1c1a3ad48961099f2e6a8ea0f837a33be5ad10
parentinstall ccache for kernel builds if it isnt already (diff)
downloadgentoo-090781dff831524c2ca7c49af9ebe9a4811991de.tar.gz
gentoo-090781dff831524c2ca7c49af9ebe9a4811991de.tar.bz2
gentoo-090781dff831524c2ca7c49af9ebe9a4811991de.zip
Forcing nodoc, noman, and noinfo into FEATURES for stage2, to reduce size. This is catalyst 1.1.10.6
-rw-r--r--src/catalyst/ChangeLog7
-rw-r--r--src/catalyst/catalyst4
-rw-r--r--src/catalyst/targets/stage2/stage2-chroot.sh4
3 files changed, 11 insertions, 4 deletions
diff --git a/src/catalyst/ChangeLog b/src/catalyst/ChangeLog
index 6b9186ea2a..9f2607951d 100644
--- a/src/catalyst/ChangeLog
+++ b/src/catalyst/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gentoo/src/catalyst
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/Attic/ChangeLog,v 1.198.2.114 2005/07/21 14:23:47 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/Attic/ChangeLog,v 1.198.2.115 2005/07/21 15:02:32 wolf31o2 Exp $
+
+ 21 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+ targets/stage2/stage2-chroot.sh:
+ Forcing nodoc, noman, and noinfo into FEATURES for stage2, to reduce size.
+ This is catalyst 1.1.10.6
21 Jul 2005; Eric Edgar <rocket@gentoo.org>
livecd/runscript-support/pre-kmerge.sh:
diff --git a/src/catalyst/catalyst b/src/catalyst/catalyst
index ac294bffb0..7912ce0683 100644
--- a/src/catalyst/catalyst
+++ b/src/catalyst/catalyst
@@ -1,12 +1,12 @@
#!/usr/bin/python
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/Attic/catalyst,v 1.68.2.27 2005/07/18 14:42:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/Attic/catalyst,v 1.68.2.28 2005/07/21 15:02:32 wolf31o2 Exp $
import os,sys,imp,string,getopt
__maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="1.1.10.5"
+__version__="1.1.10.6"
conf_values={}
diff --git a/src/catalyst/targets/stage2/stage2-chroot.sh b/src/catalyst/targets/stage2/stage2-chroot.sh
index 1a0fada5bb..a146da11a2 100644
--- a/src/catalyst/targets/stage2/stage2-chroot.sh
+++ b/src/catalyst/targets/stage2/stage2-chroot.sh
@@ -1,13 +1,15 @@
#!/bin/bash
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/Attic/stage2-chroot.sh,v 1.10.2.6 2005/07/14 15:49:03 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/Attic/stage2-chroot.sh,v 1.10.2.7 2005/07/21 15:02:32 wolf31o2 Exp $
/usr/sbin/env-update
source /etc/profile
[ -f /tmp/envscript ] && source /tmp/envscript
+export clst_myfeatures="${clst_myfeatures} nodoc noman noinfo"
+
if [ -n "${clst_CCACHE}" ]
then
export clst_myfeatures="${clst_myfeatures} ccache"