From f7fbccb954e22913a04e09cd78f800f05b232b49 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Fri, 9 Jun 2006 00:31:51 +0000 Subject: [PATCH] Added make-busybox-symlinks to USE for busybox compile. This is catalyst 2.0_rc47. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1146 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 7 ++++++- catalyst | 4 ++-- targets/netboot/netboot-controller.sh | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1cc7c2a..401b8f70 100644 --- 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 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 modules/generic_stage_target.py, targets/support/livecdfs-update.sh: diff --git a/catalyst b/catalyst index 25d9ce16..040db05e 100755 --- 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 @@ -11,7 +11,7 @@ import os,sys,imp,string,getopt import pdb __maintainer__="Chris Gianelloni " -__version__="2.0_rc46" +__version__="2.0_rc47" conf_values={} diff --git a/targets/netboot/netboot-controller.sh b/targets/netboot/netboot-controller.sh index 7aa7f1ab..394ec041 100755 --- a/targets/netboot/netboot-controller.sh +++ b/targets/netboot/netboot-controller.sh @@ -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 \ -- 2.26.2