From 7447642a47c6a0aefd05f4acf730950a510634cd Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Tue, 20 Mar 2001 19:57:30 +0000 Subject: Added a section on the available Busybox boot-floppy image. Also provided some linkes to a Wired article on Midori Linux. --- docs/busybox.net/index.html | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index cb321c825..c6a8fbefe 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html @@ -59,11 +59,46 @@ BusyBox is licensed under the GNU GENERAL PUBLIC LICENSE

+ +

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
+
+
+ +

Enjoy. + +

Screenshot

Because everybody loves screenshots, a screenshot of BusyBox is now available right here +

Mailing List Information

BusyBox now has a mailing list! To subscribe, go and visit this page. @@ -284,7 +319,13 @@ listed in the order I happen to add them to the web page:
  • mkCDrec - make CD-ROM recovery
  • Linux on nanoEngine
  • Floppyfw -
  • Midori Linux + +
  • Midori Linux - Article on + Midori Linux on Wired. Quote from + Erik at the top of this + page -- cgit v1.2.3