## Path:	System/Bootloader
## Description:	Bootloader configuration
## Type:	list(grub,lilo,none)
## Default:	grub
#
# Type of bootloader in use.
# For making the change effect run bootloader configuration tool
# and configure newly selected bootloader
#
#
LOADER_TYPE="grub"
#LOADER_TYPE="elilo"


## Path:        System/Bootloader
## Description: Bootloader configuration
## Type:        list(floppy,mbr,root,boot,custom,none)
## Default:     mbr
#
# Location of boot loader.
# For making the change effect run bootloader configuration tool
#
#
LOADER_LOCATION=""
## Path:	System/Bootloader
## Description: Bootloader configuration
## Type:	yesno
## Default:	no
#
# Should the boot cycle detection be used to
# avoid unconditional reboot cycles of not
# supervised system.
#
CYCLE_DETECTION="no"

## Type:	integer(0:)
## Default:	1
#
# The number of the entry in grub's menu.lst
# which should be used on the next reboot cycle.
# Note that the first entry has the number 0.
#
CYCLE_NEXT_ENTRY="1"
