summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2004-12-31 11:48:11 +0000
committerGuy Martin <gmsoft@gentoo.org>2004-12-31 11:48:11 +0000
commitec2e1fec4fccc89dc6b866d79928147576ec52ef (patch)
treea105bbb110e66fe393541317cbc7a22147aa6c20 /sys-apps/busybox
parentadd multilib to stage1 USE flags. (diff)
downloadgentoo-2-ec2e1fec4fccc89dc6b866d79928147576ec52ef.tar.gz
gentoo-2-ec2e1fec4fccc89dc6b866d79928147576ec52ef.tar.bz2
gentoo-2-ec2e1fec4fccc89dc6b866d79928147576ec52ef.zip
Added needed symlink of /sbin/init for busybox when USE=netboot.
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r--sys-apps/busybox/ChangeLog5
-rw-r--r--sys-apps/busybox/busybox-1.00-r1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog
index 4b73cfe76001..636ac63579dc 100644
--- a/sys-apps/busybox/ChangeLog
+++ b/sys-apps/busybox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/busybox
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.52 2004/12/11 14:15:53 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.53 2004/12/31 11:48:11 gmsoft Exp $
+
+ 31 Dec 2004; Guy Martin <gmsoft@gentoo.org> busybox-1.00-r1.ebuild:
+ Added needed symlink of /sbin/init for busybox when USE=netboot.
*busybox-1.00-r1 (11 Dec 2004)
diff --git a/sys-apps/busybox/busybox-1.00-r1.ebuild b/sys-apps/busybox/busybox-1.00-r1.ebuild
index 3102cd67cd73..8df17c43f996 100644
--- a/sys-apps/busybox/busybox-1.00-r1.ebuild
+++ b/sys-apps/busybox/busybox-1.00-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00-r1.ebuild,v 1.3 2004/12/14 03:49:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00-r1.ebuild,v 1.4 2004/12/31 11:48:11 gmsoft Exp $
inherit eutils
@@ -156,6 +156,7 @@ src_install() {
dobin busybox
if use netboot ; then
dosym busybox /bin/sh
+ dosym busybox /sbin/init
return 0
fi
if use make-busybox-symlinks ; then