home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 13 / CDA13.ISO / MISC / BOOT / AUTOBOOT.IMG / etc / lilo.conf < prev    next >
Encoding:
Text File  |  1996-12-23  |  364 b   |  18 lines

  1. boot=/dev/fd0
  2. map=/boot/map
  3. install=/boot/boot.b
  4. prompt
  5. message="/etc/boot.msg"
  6. image=/vmlinuz
  7.     initrd=/boot/boot2.img
  8.     append="load_ramdisk=1 prompt_ramdisk=0 ramdisk_start=600"
  9.     label=linux
  10.     root=/dev/fd0
  11.     read-only
  12. image=/vmlinuz
  13.     initrd=/boot/boot2.img
  14.     append="load_ramdisk=1 prompt_ramdisk=0 ramdisk_start=600 rescue"
  15.     label=rescue
  16.     root=/dev/fd0
  17.     read-only
  18.