Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 8c6202abd5c23d52fed280e28dc23b0a > files > 77

initscripts-7.06-12.3.91mdk.i586.rpm

# -*- Mode: shell-script -*-
# 	$Id: installkernel.sysconfig,v 1.12 2002/02/08 15:51:34 chmouel Exp $	
# Configuration option when installing a kernel and initrscript.

# 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=""

# If you want to pass options to the "make-initrd" helper script you
# can do it here. Eg. INITRDOPTS="--with=loop"
INITRDOPTS=""