# Set it to no if you don't want to start rc-boot at all
DOIT=no

# set it to bootloader name it will overwrite the setings done by 
# loader itself. rc-boot will generate config files for bootloader
# specified here.
LOADER=

# Set it to "yes" if you don't like
# to reinstall the loader on your drive
# in this case rc-boot will only 
# create the /boot/grub/menu.lst
# if the loader is grub or /etc/lilo.conf
# in case of lilo.
DONT_TOUCH_LOADER=no

# This describes the grub colors.
GRUB_COLORS="white/blue white/red"

# And these two are for lilo :)
LILO_MENU_COLORS=wk:kc:ck:Ck
LILO_MENU_TITLE="PLD Linux"
LILO_BMP_COLORS=9,,,6,0,0
LILO_BMP_TABLE=21,287p,2,4,175p
LILO_BMP_TIMER=73,29,7,0,0
LILO_BMP=
# Uncomment if you want bitmap :^)
# other LILO_BMP_* setting are irrevelant if
# you do not set LILO_BMP
# LILO_BMP=/boot/lilo-pldblack.bmp

# Partition where your loader is instaled. You can set it 
# to auto it will try to determine the location of grub.
STAGE2=auto

# A place where you would like to install
# boot loader. For example /dev/hda is a MBR
# of the first ide disk in your system. /dev/sda2
# is the first sector of the second partition on the
# first SCSI disk in your system
# it can be also seted to "mbr" in this case rc-boot will 
# try to "automaticaly" [1] determine where is your mbr.
BOOT=mbr

# The default image to boot. It should be the 
# name of one of the files in images/ directory.
DEFAULT=

# The fallback entry. It will be booted if DEFAULT fails. Works only for GRUB.
# It should be the name of one of the files in images/ directory.
FALLBACK=

# Number of seconds to wait before booting the
# default OS.
TIMEOUT=5

# Password
PASSWORD=

#LBA32 if you are using lilo it is probably worthly to set this option
#to yes
LBA32=yes

# If you want to run rc-boot in more verbose mode set it "yes":
#DEBUG=no

#[1] As probably everybody knows the meaning of the word "automaticaly" 
# can be best explained by the followig story. In the army there is an officer 
# which says: this machine gun is loaded automaticaly. One of the soldiers asks 
# what it measn. The officer answers: Well, try to imagine. If your mother is 
# a bitch then you are automaticaly sonofthebitch. 
