From ceece81414ed228a935c99c81c39bff6f78ab870 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 7 Jul 2001 09:38:30 +0000 Subject: Move a bit more to the old news section --- docs/busybox.net/index.html | 59 --------------------------------------------- 1 file changed, 59 deletions(-) (limited to 'docs/busybox.net/index.html') diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index 499d398..12a6cbd 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html @@ -114,65 +114,6 @@ To subscribe, go and visit - - There are a number of improvements in this release as well. For - one thing, the wget applet is greatly improved. Dmitry Zakharov - added FTP support, and Laurence Anderson make wget fully RFC - compliant for HTTP 1.1. The mechanism for including utility - functions in previous releases was clumsy and error prone. Now - all utility functions are part of a new libbb library, which makes - maintaining utility functions much simpler. And BusyBox now - compiles on itanium systems (thanks to the Debian itanium porters - for letting me use their system!). -

- You can read the - changelog for - complete details. BusyBox 0.51 can be downloaded from - ftp://oss.lineo.com/busybox. -

Have Fun! -

- -

  • Busybox Boot-Floppy Image - -

    Because you asked for it, we have made available a Busybox boot floppy - image. Here's how you use it: - -

      - -
    1. - Download the image - -
    2. dd it onto a floppy like so: dd if=busybox.floppy.img - of=/dev/fd0 ; sync - -
    3. Pop it in a machine and boot up. - -
    - -

    If you want to look at the contents of the initrd image, do this: - -

    -	    mount ./busybox.floppy.img /mnt -o loop -t msdos        
    -	    cp /mnt/initrd.gz /tmp                          
    -	    umount /mnt           
    -	    gunzip /tmp/initrd.gz
    -	    mount /tmp/initrd /mnt -o loop -t minix
    -    
    - -
  • Old News -- cgit v1.1