From: Eric Andersen Date: Sun, 1 Apr 2001 04:49:41 +0000 (-0000) Subject: Formatting change X-Git-Tag: 0_51~60 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f77d88641d934fbd9ed0da8c8e31c84dc5856532;p=oweals%2Fbusybox.git Formatting change --- diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index c6a8fbefe..883e17d99 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html @@ -60,39 +60,6 @@ BusyBox is licensed under the

-

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 @@ -116,6 +83,35 @@ To subscribe, go and visit 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
+    
+ +
  • 15 March 2001 -- BusyBox 0.50 released