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/oldnews.html | 59 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) (limited to 'docs/busybox.net/oldnews.html') diff --git a/docs/busybox.net/oldnews.html b/docs/busybox.net/oldnews.html index 99dd726..d97bb26 100644 --- a/docs/busybox.net/oldnews.html +++ b/docs/busybox.net/oldnews.html @@ -41,6 +41,65 @@
+ + 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! +
+ +
Because you asked for it, we have made available a Busybox boot floppy + image. Here's how you use it: + +
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 ++ +