# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.630 2006/06/08 21:27:29 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.631 2006/06/09 00:31:51 wolf31o2 Exp $
+
+ 09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+ targets/netboot/netboot-controller.sh:
+ Added make-busybox-symlinks to USE for busybox compile. This is catalyst
+ 2.0_rc47.
08 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
modules/generic_stage_target.py, targets/support/livecdfs-update.sh:
#!/usr/bin/python -OO
# 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.154 2006/05/25 16:26:38 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.155 2006/06/09 00:31:51 wolf31o2 Exp $
# Maintained in full by:
# Eric Edgar <rocket@gentoo.org>
import pdb
__maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0_rc46"
+__version__="2.0_rc47"
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/netboot/netboot-controller.sh,v 1.8 2005/12/19 15:03:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-controller.sh,v 1.9 2006/06/09 00:31:51 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
. ${clst_sharedir}/targets/support/filesystem-functions.sh
# Main Busybox emerge
clst_root_path="/" \
- clst_use="${clst_use} netboot" \
+ clst_use="${clst_use} netboot make-busybox-symlinks" \
clst_myemergeopts="${clst_myemergeopts} -O" \
clst_packages="busybox" \
exec_in_chroot \