# This file describes the generic entry in bootloader config
# file. It can be used by lilo as well as grub.
# File of this type should be located in /etc/sysconfig/rc-boot/images
# Name of this file describes the name of the entry.
#
# Following variable can be set to Linux, BSD or to DOS.
# It informs rc-boot what kind of OS this entry will 
# describe.
TYPE=

# This entry is valid for both posible OS types 
# it sets the root device. set it to for example
# /dev/hda3 if your ROOT device is on the third 
# partition of first ide drive.
ROOT=

# Set here the full path to your kernel image
# Something like /boot/vmlinuz-2.4.11
KERNEL=

# If you are going to use the initrd set this
# to something like /boot/initrd-2.4.11
INITRD=

# If you use fb or you have the posibility of 
# changing the graphics mode in your kernel, 
# place read /usr/src/linux/Documentation/vga.txt
# and set it to whatever you need. 
# In my case it is VGA=0x317
VGA=

# Any other option to append to kernel. Please
# set them here. And again in my case it is
# APPEND="video=atyfb:1024x768,font=SUN12x22"
APPEND=

# LOCK=yes # protect image from being run
# LILO_ONLY=yes # use only for lilo
# GRUB_ONLY=yes # use only for grub

# Good luck.
