From f77d88641d934fbd9ed0da8c8e31c84dc5856532 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 1 Apr 2001 04:49:41 +0000 Subject: Formatting change --- docs/busybox.net/index.html | 62 +++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 33 deletions(-) (limited to 'docs') diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index c6a8fbe..883e17d 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 ++ +