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

  1. # see /usr/doc/syslinux/readme.gz for file format description
  2. DEFAULT linux
  3. APPEND load_ramdisk=1 initrd=root.bin
  4. TIMEOUT 0
  5. DISPLAY debian.txt
  6. PROMPT 1
  7. F1 f1.txt
  8. F2 f2.txt
  9. F3 f3.txt
  10. F4 f4.txt
  11. F5 f5.txt
  12. F6 f6.txt
  13. F7 f7.txt
  14. F8 f8.txt
  15. F9 f9.txt
  16. F0 f10.txt
  17. LABEL initrd
  18.     KERNEL linux
  19.     APPEND load_ramdisk=1 initrd=root.bin
  20. LABEL ramdisk
  21.     KERNEL linux
  22.     APPEND noinitrd load_ramdisk=1 prompt_ramdisk=1 root=/dev/fd0
  23. LABEL ramdisk0
  24.     KERNEL linux
  25.     APPEND noinitrd load_ramdisk=1 prompt_ramdisk=1 root=/dev/fd0
  26. LABEL ramdisk1
  27.     KERNEL linux
  28.     APPEND noinitrd load_ramdisk=1 prompt_ramdisk=1 root=/dev/fd1
  29. LABEL floppy
  30.     KERNEL linux
  31.     APPEND     noinitrd root=/dev/fd0
  32. LABEL floppy0
  33.     KERNEL linux
  34.     APPEND     noinitrd root=/dev/fd0
  35. LABEL floppy1
  36.     KERNEL linux
  37.     APPEND     noinitrd root=/dev/fd1
  38. LABEL rescue
  39.     APPEND noinitrd
  40.     KERNEL linux
  41. LABEL lowmem
  42.     KERNEL linux
  43.     APPEND     noinitrd root=/dev/fd0
  44. LABEL lowmemboot
  45.     APPEND noinitrd
  46.     KERNEL linux
  47.