aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-01 04:49:41 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-01 04:49:41 +0000
commitf77d88641d934fbd9ed0da8c8e31c84dc5856532 (patch)
tree976e93d196312a18d92c8ef3096a3ada1fe20a5d
parent1e117b47523e3001572277df29725e91bd786e39 (diff)
downloadbusybox-f77d88641d934fbd9ed0da8c8e31c84dc5856532.tar.gz
Formatting change
-rw-r--r--docs/busybox.net/index.html62
1 files changed, 29 insertions, 33 deletions
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
<p>
-<h3> Busybox Boot-Floppy Image </h3>
-
-<p> Because you asked for it, we have made available a <a href=
-"ftp://opensource.lineo.com/busybox/busybox.floppy.img"> Busybox boot floppy
-image</a>. Here's how you use it:
-
-<ol>
-
- <li> <a href= "ftp://opensource.lineo.com/busybox/busybox.floppy.img">
- Download the image</a>
-
- <li> dd it onto a floppy like so: <tt> dd if=busybox.floppy.img
- of=/dev/fd0 ; sync </tt>
-
- <li> Pop it in a machine and boot up.
-
-</ol>
-
-<p> If you want to look at the contents of the initrd image, do this:
-
-<pre>
-
- 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
-
-</pre>
-
-<p> Enjoy.
-
-
<h3> Screenshot </h3>
<p> Because everybody loves screenshots, a screenshot of BusyBox
@@ -116,6 +83,35 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
<ul>
+ <li> <b>Busybox Boot-Floppy Image</b>
+
+ <p>Because you asked for it, we have made available a <a href=
+ "ftp://opensource.lineo.com/busybox/busybox.floppy.img"> Busybox boot floppy
+ image</a>. Here's how you use it:
+
+ <ol>
+
+ <li> <a href= "ftp://opensource.lineo.com/busybox/busybox.floppy.img">
+ Download the image</a>
+
+ <li> dd it onto a floppy like so: <tt> dd if=busybox.floppy.img
+ of=/dev/fd0 ; sync </tt>
+
+ <li> Pop it in a machine and boot up.
+
+ </ol>
+
+ <p> If you want to look at the contents of the initrd image, do this:
+
+ <pre>
+ 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
+ </pre>
+
+
<li> <b>15 March 2001 -- BusyBox 0.50 released</b>
<br>