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
-
Because you asked for it, we have made available a Busybox boot floppy -image. Here's how you use it: - -
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. - -
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: + +
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 ++ +