Craig's lilo.conf for the 30g drive
# Start LILO global section
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x256
vga = 773
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda1
label = Slack_90
read-only
image=/mnt/hda6/boot/vmlinuz
root=/dev/hda6
initrd=/mnt/hda6/boot/initrd.img
label=Mandrake_92
read-only
image=/mnt/hda5/boot/vmlinuz
root=/dev/hda5
label=Slack_91
read-only
image = /mnt/hda9/boot/vmlinuz
root = /dev/hda9
initrd=/mnt/hda9/boot/initrd.img
label = Mandrake_91
read-only
append = "pci=noacpi pci=assign-busses"
image = /mnt/hda11/boot/vmlinuz
label = Knoppix_33
root = /dev/hda11
initrd = /mnt/hda11/boot/initrd.gz
append = "hda=scsi hdb=scsi hdc=scsi"
read-only
image = /mnt/hda12/boot/vmlinuz-2.4.18-bf2.4
label = Debian_30r1
root = /dev/hda12
read-only
image = /mnt/hda7/boot/vmlinuz
label = RedHat_90
root = /dev/hda7
initrd = /mnt/hda7/boot/initrd-2.4.20-8.img
read-only
append = "hdb=scsi hdc=scsi"
image = /mnt/hda8/boot/vmlinuz
label = Fedora_Core_1
root = /dev/hda8
initrd = /mnt/hda8/boot/initrd-2.4.22-1.2115.nptl.img
read-only
image = /mnt/hda10/boot/vmlinuz
label = Mandrake_90
root = /dev/hda10
initrd = /mnt/hda10/boot/initrd.img
read-only
other=/dev/hda3
label=FreeBSD
table=/dev/hda
# Linux bootable partition config ends
# NOTE from Craig: this file REQUIRES a command line of:
# lilo -P ignore in order to be updated correctly!