# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.404 2005/11/29 20:20:02 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.405 2005/11/29 20:30:42 wolf31o2 Exp $
+
+ 29 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+ targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
+ targets/netboot/netboot-controller.sh:
+ Changed to clst_use from clst_embedded_use and clst_netboot_use and
+ clst_grp_use. This is catalyst-2.0_rc1.
29 Nov 2005; Eric Edgar <rocket@gentoo.org>
targets/netboot/netboot-controller.sh:
#!/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/catalyst,v 1.101 2005/11/29 15:24:43 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.102 2005/11/29 20:30:42 wolf31o2 Exp $
# Maintained in full by:
# Eric Edgar <rocket@gentoo.org>
import os,sys,imp,string,getopt
import pdb
__maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0_pre20051129"
+__version__="2.0_rc1"
conf_values={}
#!/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/embedded/embedded-chroot.sh,v 1.16 2005/07/05 21:53:41 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-chroot.sh,v 1.17 2005/11/29 20:30:42 wolf31o2 Exp $
. /tmp/chroot-functions.sh
export FEATURES="${clst_myfeatures}"
export CONFIG_PROTECT="-*"
#export clst_myemergeopts="${clst_myemergeopts} -O"
-export USE="${clst_embedded_use}"
+export USE="${clst_use}"
export DESTROOT=${clst_root_path}
export clst_root_path=/
## START BUILD
#!/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/grp/grp-chroot.sh,v 1.21 2005/08/09 19:02:31 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-chroot.sh,v 1.22 2005/11/29 20:30:42 wolf31o2 Exp $
. /tmp/chroot-functions.sh
unset DISTDIR
#don't grab MS core fonts, etc.
-export USE="${USE} ${clst_grp_use}"
+export USE="${USE} ${clst_use}"
if [ "${clst_grp_type}" = "pkgset" ]
then
#!/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/netboot/netboot-controller.sh,v 1.5 2005/11/29 20:20:02 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-controller.sh,v 1.6 2005/11/29 20:30:42 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
. ${clst_sharedir}/targets/support/filesystem-functions.sh
then
mkdir -p ${clst_chroot_path}/etc/busybox/${clst_CHOST}
cp -v ${clst_netboot_busybox_config} ${clst_chroot_path}/etc/busybox/${clst_CHOST}/busybox.config
- clst_netboot_use="savedconfig"
+ clst_use="savedconfig"
fi
# Main Busybox emerge
clst_root_path="/" \
- clst_netboot_use="${clst_use} netboot" \
+ clst_use="${clst_use} netboot" \
clst_myemergeopts="${clst_myemergeopts} -O" \
clst_packages="busybox" \
exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-chroot.sh