From: Benno Schulenberg <benno.schulenberg@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Lost my coreutils
Date: Sun, 05 Feb 2006 21:36:50 +0100 [thread overview]
Message-ID: <200602052136.50475.benno.schulenberg@gmail.com> (raw)
In-Reply-To: <200602060727.53601.bogo-mipps@e3.net.nz>
Bogo Mipps wrote:
> Yes, it's up-to-date and busybox is installed. Never had the
> occasion to use it, but this could be the time.
Yes! :) What's the fun in taking binaries from others when you
have busybox aboard, and it is there exactly for this purpose.
If you don't like trial and error, first make the link for cat:
busybox ln -s busybox /bin/cat
Then cut and paste the previously given list of /bin/* to a file
named 'list', and then make all the links in one go:
cat list | while read name; do busybox ln -s busybox $name; done
And then emerge coreutils. Much more interesting.
Benno
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2006-02-05 20:49 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-05 10:13 [gentoo-user] Lost my coreutils Bogo Mipps
2006-02-05 10:34 ` Rumen Yotov
2006-02-05 12:30 ` Mike Williams
2006-02-05 18:10 ` Bogo Mipps
2006-02-05 18:18 ` Benno Schulenberg
2006-02-05 18:47 ` Rumen Yotov
2006-02-06 2:53 ` Bogo Mipps
2006-02-06 5:27 ` Rumen Yotov
2006-02-06 10:42 ` Martin Ullrich
2006-02-06 20:27 ` [gentoo-user] Lost my coreutils [SOLVED] Bogo Mipps
2006-02-06 20:27 ` Bogo Mipps
2006-02-05 12:54 ` [gentoo-user] Lost my coreutils Benno Schulenberg
2006-02-05 13:05 ` Benno Schulenberg
2006-02-05 16:07 ` Maarten
2006-02-05 16:57 ` Renat Golubchyk
2006-02-05 18:13 ` Benno Schulenberg
2006-02-05 18:27 ` Alexander Skwar
2006-02-05 19:35 ` Mike Williams
2006-02-05 19:42 ` Manuel A. McLure
2006-02-05 18:27 ` Bogo Mipps
2006-02-05 20:36 ` Benno Schulenberg [this message]
2006-02-05 21:00 ` Bogo Mipps
2006-02-05 22:36 ` Benno Schulenberg
2006-02-06 0:02 ` Benno Schulenberg
2006-02-06 0:27 ` Iain Buchanan
2006-02-06 2:59 ` Bogo Mipps
2006-02-06 11:21 ` Benno Schulenberg
2006-02-06 20:27 ` [gentoo-user] Lost my coreutils [SOLVED] Bogo Mipps
2006-02-05 15:56 ` [gentoo-user] Lost my coreutils Martins Steinbergs
2006-02-05 18:54 ` Martin Ullrich
2006-02-06 3:07 ` Bogo Mipps
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200602052136.50475.benno.schulenberg@gmail.com \
--to=benno.schulenberg@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox