# LILO Konfigurations-Datei # Start LILO global Section boot=/dev/hda #compact # faster, but won't work on all systems. read-only prompt timeout=100 vga = normal # force sane state append = "SCHEME=dhcp" # End LILO global section # DOS bootable partition config begins other = /dev/hda1 label = windows table = /dev/hda # DOS bootable partition config ends # # Linux bootable partition config begins image = /boot/vmlinuz root = /dev/hda2 label = Orig # Linux bootable partition config ends image = /kernels/test optional root = /dev/hda2 label = Test # image = /kernels/vmlinuz root = /dev/hda2 label = Linux # image = /kernels/vmlinuz root = /dev/hda2 append = "SCHEME=fixed" label = Fixed #