home *** CD-ROM | disk | FTP | other *** search
/ Chip 1995 March / CHIP3.mdf / slakinst / kernels / lilo.000 next >
Encoding:
Text File  |  1995-08-04  |  297 b   |  19 lines

  1. boot = /dev/fd0
  2. message=/boot/message
  3. prompt
  4. image = /vmlinuz
  5.     label = ramdisk
  6.     ramdisk = 1200
  7.     root = /dev/fd0h1200
  8.     vga = normal
  9. image = /vmlinuz
  10.     label = drive2
  11.     ramdisk = 1440
  12.     root = /dev/fd1H1440
  13.     vga = normal
  14. image = /vmlinuz
  15.     label = mount
  16.     ramdisk = 0
  17.     root = /dev/fd0h1200
  18.     vga = normal
  19.