diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-01 04:49:41 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-01 04:49:41 +0000 |
commit | c612c4a23f6f69f1d7c692f5ad84f66298171a4c (patch) | |
tree | 976e93d196312a18d92c8ef3096a3ada1fe20a5d /docs | |
parent | 90160fa19ccaa9192b7ee5a86d3d27e56ed80bb7 (diff) | |
download | busybox-w32-c612c4a23f6f69f1d7c692f5ad84f66298171a4c.tar.gz busybox-w32-c612c4a23f6f69f1d7c692f5ad84f66298171a4c.tar.bz2 busybox-w32-c612c4a23f6f69f1d7c692f5ad84f66298171a4c.zip |
Formatting change
git-svn-id: svn://busybox.net/trunk/busybox@2228 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/index.html | 62 |
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 | |||
60 | <p> | 60 | <p> |
61 | 61 | ||
62 | 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 | ||
67 | image</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 | |||
96 | <h3> Screenshot </h3> | 63 | <h3> Screenshot </h3> |
97 | 64 | ||
98 | <p> Because everybody loves screenshots, a screenshot of BusyBox | 65 | <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 | |||
116 | 83 | ||
117 | <ul> | 84 | <ul> |
118 | 85 | ||
86 | <li> <b>Busybox Boot-Floppy Image</b> | ||
87 | |||
88 | <p>Because you asked for it, we have made available a <a href= | ||
89 | "ftp://opensource.lineo.com/busybox/busybox.floppy.img"> Busybox boot floppy | ||
90 | image</a>. Here's how you use it: | ||
91 | |||
92 | <ol> | ||
93 | |||
94 | <li> <a href= "ftp://opensource.lineo.com/busybox/busybox.floppy.img"> | ||
95 | Download the image</a> | ||
96 | |||
97 | <li> dd it onto a floppy like so: <tt> dd if=busybox.floppy.img | ||
98 | of=/dev/fd0 ; sync </tt> | ||
99 | |||
100 | <li> Pop it in a machine and boot up. | ||
101 | |||
102 | </ol> | ||
103 | |||
104 | <p> If you want to look at the contents of the initrd image, do this: | ||
105 | |||
106 | <pre> | ||
107 | mount ./busybox.floppy.img /mnt -o loop -t msdos | ||
108 | cp /mnt/initrd.gz /tmp | ||
109 | umount /mnt | ||
110 | gunzip /tmp/initrd.gz | ||
111 | mount /tmp/initrd /mnt -o loop -t minix | ||
112 | </pre> | ||
113 | |||
114 | |||
119 | <li> <b>15 March 2001 -- BusyBox 0.50 released</b> | 115 | <li> <b>15 March 2001 -- BusyBox 0.50 released</b> |
120 | <br> | 116 | <br> |
121 | 117 | ||