# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
#compact # faster, but won't work on all systems.
delay = 25
vga = normal # force sane state
ramdisk = 0 # paranoia setting
# End LILO global section
# Linux bootable partition config begins
image = /vmlinuz
append = "ether=3,0x300,eth1"
root = /dev/hda4
label = linux
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
image = /vmlinuz.old
label = old
image = /vmlinuz.tmp
label = tmp
|