# -*- Mode: shell-script -*-
# 	$Id: installkernel.sysconfig,v 1.5 2001/04/06 00:38:05 chmouel Exp $	
# Configuration option when installing a kernel.

# Set to yes to 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 yo 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 set it to yes if you don't
# want to do AUTOREMOVE (done automatically currently in beginner
# mode) set it to no
AUTOREMOVE=""
