home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 15 / boot-disc-1997-11.iso / Debian / Tools / resc1440.bin / README.TXT < prev    next >
Text File  |  1997-08-01  |  886b  |  22 lines

  1. You can place any compressed Linux kernel on this disk, and it should boot.
  2. To do so:
  3.     Configure the kernel with the following facilities linked in: initrd,
  4.      ramdisk, msdos, fat, minix, elf, ext2fs, procfs.
  5.     Make your kernel with "make bzImage".
  6.     Copy it to "linux" on the floppy.
  7.     Change directory to the floppy and run ./rdev.sh to configure the kernel.
  8.     Optionally edit syslinux.cfg to add arguments to the "DEFAULT"
  9.     line, or add an "APPEND" line with arguments to be appended to any
  10.     user-typed command line as well as the default.
  11.  
  12. Documentation to read:
  13.     /usr/lib/syslinux/readme*
  14.     "man rdev"
  15.     /usr/src/linux/documentation/ramdisk.txt
  16.  
  17. Source code:
  18.     The scripts that create this disk and the other Debian bootstrap disks
  19.     are installed in /usr/src/boot-floppies/ by the boot-floppies package.
  20.  
  21. - Bruce Perens, 12-March-1996
  22.