summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/bootfloppy/quickstart.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/bootfloppy/quickstart.txt')
-rw-r--r--release/src/router/busybox/bootfloppy/quickstart.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/release/src/router/busybox/bootfloppy/quickstart.txt b/release/src/router/busybox/bootfloppy/quickstart.txt
deleted file mode 100644
index 0d809082..00000000
--- a/release/src/router/busybox/bootfloppy/quickstart.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Quickstart on making the Busybox boot-floppy:
-
- 1) Download Busybox and uClibc from CVS or tarballs. Make sure they share a
- common parent directory. (i.e. busybox/ and uclibc/ are both right off of
- /tmp, or wherever.)
-
- 2) Build a Linux kernel. Make sure you include support for initrd.
-
- 3) Put a floppy in the drive. Make sure it is a floppy you don't care about
- because the contents will be overwritten.
-
- 4) As root, type ./mksyslinux.sh path/to/linux/kernel from this directory.
- Wait patiently while the magic happens.
-
- 5) Boot up on the floppy.