VideoLAN's LILO bootscreen v1.0
(c) 2003 The VideoLAN project
Logo made by Emmanuel Puig <karibu@videolan.org>

INSTRUCTIONS
------------

1. Move the file "videolan-lilo-boot.bmp" to the "/boot" directory.

2. Edit the file "/etc/lilo.conf", and change the line:

  install=/boot/boot-menu.b

by :

  install=/boot/boot-bmp.b

and add the following lines :

  bitmap=/boot/videolan-lilo-boot.bmp
  bmp-colors=11,,13,0,,11
  bmp-table=10p,10p,1,15,17
  bmp-timer=540p,440p,10,9,1

Your "/etc/lilo.conf" file should now look like that :

----------------------------------------------------

# Hard disk where LILO is installed
boot=/dev/hda

# Basic parameters
lba32
map=/boot/map
vga=normal
read-only
install=/boot/boot-bmp.b

# I want to display the menu systematically
prompt
# Timeout in tenths of seconds
timeout=100

# For the VideoLAN image:
bitmap=/boot/videolan-lilo-boot.bmp
bmp-colors=11,,13,0,,11
bmp-table=10p,10p,1,15,17
bmp-timer=540p,440p,10,9,1

# Default OS:
default=Linux

# List of the OSes:
image=/vmlinuz
    label=Linux
    root=/dev/hda6

image=/vmlinuz.old
    label=LinuxOLD
    root=/dev/hda6

other=/dev/hda1
    label=Windows

----------------------------------------------------

3. Run the "lilo" command as root.

4. Reboot to see the result : it should look like the image on
http://www.videolan.org/goodies.html
