aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-20 19:57:30 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-20 19:57:30 +0000
commit0ccb1013f6746540ee25e7f070982d043e3ca949 (patch)
treea7947b63505b56831820ccf713480b2bf77d43fe
parent0339877fd9e6b91c8c62bbd6df4ad0d024faf06e (diff)
downloadbusybox-w32-0ccb1013f6746540ee25e7f070982d043e3ca949.tar.gz
busybox-w32-0ccb1013f6746540ee25e7f070982d043e3ca949.tar.bz2
busybox-w32-0ccb1013f6746540ee25e7f070982d043e3ca949.zip
Added a section on the available Busybox boot-floppy image. Also provided some
linkes to a Wired article on Midori Linux. git-svn-id: svn://busybox.net/trunk/busybox@2175 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--docs/busybox.net/index.html43
1 files changed, 42 insertions, 1 deletions
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
59<a href="http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a> 59<a href="http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a>
60<p> 60<p>
61 61
62
63<h3> Busybox Boot-Floppy Image </h3>
64
65<p> Because you asked for it, we have made available a <a href=
66"ftp://opensource.lineo.com/busybox/busybox.floppy.img"> Busybox boot floppy
67image</a>. Here's how you use it:
68
69<ol>
70
71 <li> <a href= "ftp://opensource.lineo.com/busybox/busybox.floppy.img">
72 Download the image</a>
73
74 <li> dd it onto a floppy like so: <tt> dd if=busybox.floppy.img
75 of=/dev/fd0 ; sync </tt>
76
77 <li> Pop it in a machine and boot up.
78
79</ol>
80
81<p> If you want to look at the contents of the initrd image, do this:
82
83<pre>
84
85 mount ./busybox.floppy.img /mnt -o loop -t msdos
86 cp /mnt/initrd.gz /tmp
87 umount /mnt
88 gunzip /tmp/initrd.gz
89 mount /tmp/initrd /mnt -o loop -t minix
90
91</pre>
92
93<p> Enjoy.
94
95
62<h3> Screenshot </h3> 96<h3> Screenshot </h3>
63 97
64<p> Because everybody loves screenshots, a screenshot of BusyBox 98<p> Because everybody loves screenshots, a screenshot of BusyBox
65is now available <a href="screenshot.html"> right here</a> 99is now available <a href="screenshot.html"> right here</a>
66 100
101
67<H3>Mailing List Information</h3> 102<H3>Mailing List Information</h3>
68BusyBox now has a <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>! 103BusyBox now has a <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>!
69To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo/busybox">this page</a>. 104To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo/busybox">this page</a>.
@@ -284,7 +319,13 @@ listed in the order I happen to add them to the web page:
284 <li> <a href="http://mkcdrec.ota.be/">mkCDrec - make CD-ROM recovery</a> 319 <li> <a href="http://mkcdrec.ota.be/">mkCDrec - make CD-ROM recovery</a>
285 <li> <a href="http://recycle.lbl.gov/~ldoolitt/bse/">Linux on nanoEngine</a> 320 <li> <a href="http://recycle.lbl.gov/~ldoolitt/bse/">Linux on nanoEngine</a>
286 <li> <a href="http://www.zelow.no/floppyfw/"> Floppyfw</a> 321 <li> <a href="http://www.zelow.no/floppyfw/"> Floppyfw</a>
287 <li> <a href="http://midori.transmeta.com/"> Midori Linux</a> 322
323 <li> <a href="http://midori.transmeta.com/"> Midori Linux</a> - <a href=
324 "http://www.wired.com/news/technology/0,1282,42399,00.html"> Article on
325 Midori Linux</a> on <a href= "http://www.wired.com"> Wired</a>. Quote from
326 Erik at the top of <a href=
327 "http://www.wired.com/news/technology/0,1282,42399-2,00.html"> this
328 page</a>
288 329
289</ul> 330</ul>
290 331