# /etc/lilo.conf iff v1.3 # /etc/lilo.conf iff v1.2 # # LILO configuration file # # Start LILO global section boot = /dev/hda #compact # faster, but won't work on all systems. prompt vga = normal # force sane state # ramdisk = 0 # paranoia setting # End LILO global section # Linux bootable partition config begins image = /vmlinuz root = /dev/hda1 label = linux read-only # Non-UMSDOS filesystems should be mounted read-only for checking image = /vmlinuz-2.0.36 root = /dev/hda1 label = linnew read-only # Non-UMSDOS filesystems should be mounted read-only for checking image = /vmlinuz-2.0.33 root = /dev/hda1 label = linold read-only # Non-UMSDOS filesystems should be mounted read-only for checking # Linux bootable partition config ends