Re: busybox still too bloated

2001-09-26 Thread Erik Andersen
On Wed Sep 26, 2001 at 03:47:01PM -0800, Ethan Benson wrote: > On Wed, Sep 26, 2001 at 05:38:16PM -0600, Erik Andersen wrote: > > I missed the explanation. If there is something specific that > > busybox ash does wrong that prevents its use on powerpcs, I'd > > very much like to know so I can f

Re: busybox still too bloated

2001-09-26 Thread Ethan Benson
On Wed, Sep 26, 2001 at 05:38:16PM -0600, Erik Andersen wrote: > On Wed Sep 26, 2001 at 03:28:51PM -0800, Ethan Benson wrote: > > On Thu, Sep 27, 2001 at 07:05:17AM +1000, Herbert Xu wrote: > > > Erik Andersen <[EMAIL PROTECTED]> wrote: > > > > > > > to have on the boot floppies) brings it to 59k

Re: busybox still too bloated

2001-09-26 Thread Erik Andersen
On Wed Sep 26, 2001 at 03:28:51PM -0800, Ethan Benson wrote: > On Thu, Sep 27, 2001 at 07:05:17AM +1000, Herbert Xu wrote: > > Erik Andersen <[EMAIL PROTECTED]> wrote: > > > > > to have on the boot floppies) brings it to 59k. It looks like the debian ash > > > binary now in the boot floppies wei

Re: busybox still too bloated

2001-09-26 Thread Ethan Benson
On Thu, Sep 27, 2001 at 07:05:17AM +1000, Herbert Xu wrote: > Erik Andersen <[EMAIL PROTECTED]> wrote: > > > to have on the boot floppies) brings it to 59k. It looks like the debian ash > > binary now in the boot floppies weighs in at 81k (and lacks both command line > > editing and tab completi

Re: busybox still too bloated

2001-09-26 Thread Herbert Xu
Erik Andersen <[EMAIL PROTECTED]> wrote: > to have on the boot floppies) brings it to 59k. It looks like the debian ash > binary now in the boot floppies weighs in at 81k (and lacks both command line > editing and tab completion). The udeb is only 72k though. -- Debian GNU/Linux 2.2 is out! (

Re: busybox still too bloated

2001-09-25 Thread Erik Andersen
On Tue Sep 25, 2001 at 08:44:34PM -0700, David Kimdon wrote: > I tried it out, we need to fix some stuff, but it is really nice to > have command line editing and tab completion :-) > > I got up to install kernel and drivers, then failure. > > 1. no test > 26 03:33:07 (none) user.info dbootstrap

Re: busybox still too bloated

2001-09-25 Thread David Kimdon
I tried it out, we need to fix some stuff, but it is really nice to have command line editing and tab completion :-) I got up to install kernel and drivers, then failure. 1. no test 26 03:33:07 (none) user.info dbootstrap[53]: [: No such file or directory Is this suppose to be provided by ash, o

Re: busybox still too bloated

2001-09-25 Thread Erik Andersen
On Tue Sep 25, 2001 at 03:13:17PM -0400, Adam Di Carlo wrote: > > Erik, if you put a version together with all this removed, I can run > > an install and verify that things still work. > > Yes, lets test with the ifconfig, route, and ash from busybox. Then > we should have plenty of space for al

Re: busybox still too bloated

2001-09-25 Thread Erik Andersen
On Tue Sep 25, 2001 at 03:03:48PM -0800, Ethan Benson wrote: > On Tue, Sep 25, 2001 at 12:04:28PM -0400, Adam Di Carlo wrote: > > > Also, what about busybox ash? Is that mature enough to use instead of > > the proper ash package? Or did it have some problems? > > it ignores posix. posix also

Re: busybox still too bloated

2001-09-25 Thread Richard Hirst
On Tue, Sep 25, 2001 at 05:02:54PM -0600, Erik Andersen wrote: > On Tue Sep 25, 2001 at 10:43:24PM +0100, Richard Hirst wrote: > > On Tue, Sep 25, 2001 at 11:09:02AM -0600, Erik Andersen wrote: > > > Right. I can't think of a good reason for ar to be included. echo dups a > > > > I think deboot

Re: busybox still too bloated

2001-09-25 Thread David Kimdon
Tue, Sep 25, 2001 at 05:02:54PM -0600 wrote: > On Tue Sep 25, 2001 at 10:43:24PM +0100, Richard Hirst wrote: > > On Tue, Sep 25, 2001 at 11:09:02AM -0600, Erik Andersen wrote: > > > Right. I can't think of a good reason for ar to be included. echo dups a > > > > I think debootstrap uses ar when

Re: busybox still too bloated

2001-09-25 Thread Ethan Benson
On Tue, Sep 25, 2001 at 12:04:28PM -0400, Adam Di Carlo wrote: > Also, what about busybox ash? Is that mature enough to use instead of > the proper ash package? Or did it have some problems? it ignores posix. -- Ethan Benson http://www.alaska.net/~erbenson/ PGP signature

Re: busybox still too bloated

2001-09-25 Thread Erik Andersen
On Tue Sep 25, 2001 at 11:37:55PM +0200, Kjetil Torgrim Homme wrote: > Most of the time you can rewrite the code to use parameter > substitution or the arithmetic builtins, so this is not a serious > objection, just a FYI. right. That was what I meant. Worst cast, you can pipe things through se

Re: busybox still too bloated

2001-09-25 Thread Erik Andersen
On Tue Sep 25, 2001 at 10:43:24PM +0100, Richard Hirst wrote: > On Tue, Sep 25, 2001 at 11:09:02AM -0600, Erik Andersen wrote: > > Right. I can't think of a good reason for ar to be included. echo dups a > > I think debootstrap uses ar when it is initially unpacking dpkg. Can anyone verify thi

Re: busybox still too bloated

2001-09-25 Thread Richard Hirst
On Tue, Sep 25, 2001 at 11:09:02AM -0600, Erik Andersen wrote: > Right. I can't think of a good reason for ar to be included. echo dups a I think debootstrap uses ar when it is initially unpacking dpkg. Richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". T

Re: busybox still too bloated

2001-09-25 Thread Kjetil Torgrim Homme
Erik Andersen <[EMAIL PROTECTED]> writes: > expr can be replaced with posix shell expressions. This is not true in general, as there is no support for regular expressions in POSIX sh. $ expr "abcdef" : '[ab]*\(.\).*' c Most of the time you can rewrite the code to use parameter substitution

Re: busybox still too bloated

2001-09-25 Thread Erik Andersen
On Tue Sep 25, 2001 at 10:57:51AM -0700, David Kimdon wrote: > At the moment 'Report a Problem' menu choice uses gzip, but the > dependancy could be removed. That would be good > If expr is really duplicated in the shell then we can remove it, I > know it is used by dhcp-client. expr can be rep

Re: busybox still too bloated

2001-09-25 Thread David Kimdon
Tue, Sep 25, 2001 at 11:09:02AM -0600 wrote: > On Tue Sep 25, 2001 at 12:04:28PM -0400, Adam Di Carlo wrote: > > Erik Andersen <[EMAIL PROTECTED]> writes: > > > I suspect that all of the following could probably be eliminated: ar, date, > > > echo, env, expr, gzip, halt, lsmod, poweroff, wc, which

Re: busybox still too bloated

2001-09-25 Thread Erik Andersen
On Tue Sep 25, 2001 at 12:04:28PM -0400, Adam Di Carlo wrote: > Erik Andersen <[EMAIL PROTECTED]> writes: > > I suspect that all of the following could probably be eliminated: ar, date, > > echo, env, expr, gzip, halt, lsmod, poweroff, wc, which, whoami. > > > > A quick check shows that disablin

Re: busybox still too bloated

2001-09-25 Thread Erik Andersen
On Tue Sep 25, 2001 at 12:11:29AM -0800, Ethan Benson wrote: > busybox in potato was much smaller then busybox in woody, if you don't > wnat to remove all this bloat just make a bloody -bf package. This is not a fair comparison. Busybox in potato also didn't provide ar, basename, cut, dirname, e

Re: busybox still too bloated

2001-09-25 Thread Ethan Benson
On Tue, Sep 25, 2001 at 02:25:19AM -0600, Erik Andersen wrote: > On Tue Sep 25, 2001 at 12:11:29AM -0800, Ethan Benson wrote: > > > > busybox in potato was much smaller then busybox in woody, if you don't > > wnat to remove all this bloat just make a bloody -bf package. > > > > NMU should be don

Re: busybox still too bloated

2001-09-25 Thread Erik Andersen
On Tue Sep 25, 2001 at 12:11:29AM -0800, Ethan Benson wrote: > > busybox in potato was much smaller then busybox in woody, if you don't > wnat to remove all this bloat just make a bloody -bf package. > > NMU should be done ASAP. You don't need to NMU is, I'm perfectly able to do it. Could you a

Re: busybox still too bloated

2001-09-25 Thread Ethan Benson
On Mon, Sep 24, 2001 at 06:45:37PM -0600, Erik Andersen wrote: > On Mon Sep 24, 2001 at 04:09:35PM -0800, Ethan Benson wrote: > > reopen 113503 > > thanks > > > > busybox is still too bloated, 12k can be saved on powerpc by applying > > the rest of my patch, a new patch is enclosed here: > > Too

Re: busybox still too bloated

2001-09-24 Thread Erik Andersen
On Mon Sep 24, 2001 at 04:09:35PM -0800, Ethan Benson wrote: > reopen 113503 > thanks > > busybox is still too bloated, 12k can be saved on powerpc by applying > the rest of my patch, a new patch is enclosed here: Too bloated for the powerpc boot floppies perhaps, but not for x86, arm, mips, alp

busybox still too bloated

2001-09-24 Thread Ethan Benson
reopen 112503 thanks busybox is still too bloated, 12k can be saved on powerpc by applying the rest of my patch, a new patch is enclosed here: --- Config.h-deb.orig Mon Sep 24 16:04:52 2001 +++ Config.h-debSat Sep 1 23:51:39 2001 @@ -10,7 +10,7 @@ //#define BB_ADJTIMEX #define BB_AR

busybox still too bloated

2001-09-24 Thread Ethan Benson
reopen 113503 thanks busybox is still too bloated, 12k can be saved on powerpc by applying the rest of my patch, a new patch is enclosed here: --- Config.h-deb.orig Mon Sep 24 16:04:52 2001 +++ Config.h-debSat Sep 1 23:51:39 2001 @@ -10,7 +10,7 @@ //#define BB_ADJTIMEX #define BB_AR