[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: busybox still too bloated



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 debootstrap uses ar when it is initially unpacking dpkg.
> 
> Can anyone verify this?  I've taken a quick look at
> debootstrap and cannot see where it uses 'ar'.  But
> then I can't see where it used wget either...

ar is referenced in

x_feign_install () in debootstrap/woody
extract ()         in debootstrap/functions

and wget:

richard@beast:/build/debootstrap/debootstrap-0.1.15.2$ find . -type f | xargs grep wget
./debian/control:Recommends: wget
./functions:    if wget -q -O "$dest" "$from"; then
./functions:        if wget -c -q -O "$dest" "$from"; then break; fi


Those files live under /usr/lib/debootstrap.

Richard



Reply to: