# -*- Mode: shell-script -*-
# 	$Id: installkernel.sysconfig,v 1.8 2001/10/05 08:21:01 chmouel Exp $	
# Configuration option when installing a kernel.

# Set to yes to don't launch lilo after adding an entry
NOLAUNCH=""

# Set this to yes if you never want to copy file (only usefull when doing
# make install from a linux-kernel source tree).
NOCOPY=""

# Set this to yes if you never want link from /boot/vmlinuz to the
# kernel.
NOLINK=""

# Set this to no if you never want to autodetect what kind of
# bootloader you are running.
AUTODETECT="yes"

# Set your default LOADER (currently GRUB or LILO are supported)
LOADER=""

# Set this to yes if you don't want to copy the Config files
NOCONFIG=""

# Set this to yes if you don't want to add entry to your bootloader
NOENTRY=""

# If you want to append options to the kernel set them here they are
# going to be merged with the options of /proc/cmdline if you add
# NOCMDLINE then no cmdline will be parsed (in any case root= will be
# always tried to be detected but you can also override it here)
OPTIONS=""

# If you want to force AUTOREMOVE entry at rpm install set this option
# to yes if you don't want to do AUTOREMOVE (done automatically
# currently in beginner mode) set it to no 
AUTOREMOVE=""
