cat >/etc/lilo.conf <<EOF
boot=/dev/hda
map=/boot/map
install=/boot/boot-bmp.b
vga=0x0314
default=linux
message=/boot/splash/message
prompt
timeout=50
image=/boot/vmlinuz
	label=linux
	root=/dev/hda2
	initrd=/boot/initrd.img
	read-only
EOF
