quickstart.txt 574 B

123456789101112131415
  1. Quickstart on making the Busybox boot-floppy:
  2. 1) Download Busybox and uClibc from CVS or tarballs. Make sure they share a
  3. common parent directory. (i.e. busybox/ and uclibc/ are both right off of
  4. /tmp, or wherever.)
  5. 2) Build a Linux kernel. Make sure you include support for initrd.
  6. 3) Put a floppy in the drive. Make sure it is a floppy you don't care about
  7. because the contents will be overwritten.
  8. 4) As root, type ./mksyslinux.sh path/to/linux/kernel from this directory.
  9. Wait patiently while the magic happens.
  10. 5) Boot up on the floppy.