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 GNU GENERAL PUBLIC LICENSE
+ +
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 is now available right here +