Added make-busybox-symlinks to USE for busybox compile. This is catalyst 2.0_rc47.
authorChris Gianelloni <wolf31o2@gentoo.org>
Fri, 9 Jun 2006 00:31:51 +0000 (00:31 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Fri, 9 Jun 2006 00:31:51 +0000 (00:31 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1146 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
catalyst
targets/netboot/netboot-controller.sh

index a1cc7c2a0cabbd6287ca2991457897d10e47a932..401b8f70e88f41aec21af8cca2c6c1cc9b848b89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 # 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:
index 25d9ce16083032101e1c41947aa42b3ad5fe4c33..040db05e77bb5b1f5338205ca7fced65294722c5 100755 (executable)
--- a/catalyst
+++ b/catalyst
@@ -1,7 +1,7 @@
 #!/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>
@@ -11,7 +11,7 @@ import os,sys,imp,string,getopt
 import pdb
 
 __maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0_rc46"
+__version__="2.0_rc47"
 
 conf_values={}
 
index 7aa7f1ab224e62d51cec5f156176838d1a385272..394ec041343fe86a19530144da3e2a1ec8ad318c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/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
@@ -28,7 +28,7 @@ case ${1} in
 
                # 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 \