Add a dire warning about the folly of configuring vinum in

the kernel.
This commit is contained in:
grog 1999-03-13 06:32:06 +00:00
parent 60e55d5faa
commit 0fab885041
3 changed files with 27 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.564 1999/03/09 20:20:01 phk Exp $
# $Id: LINT,v 1.565 1999/03/10 14:47:41 yokota Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -789,6 +789,14 @@ pseudo-device ccd 4 #Concatenated disk driver
# Configuring Vinum into the kernel is not necessary, since the kld
# module gets started automatically when vinum(8) starts. This
# device is also untested. Use at your own risk.
#
# The option VINUMDEBUG must match the value set in CFLAGS
# in /usr/src/sbin/vinum/MAKEFILE. Failure to do so will result in
# the following message from vinum(8):
#
# Can't get vinum config: Invalid argument
#
# see vinum(4) for more reasons not to use these options.
pseudo-device vinum #Vinum concat/mirror/raid driver
options VINUMDEBUG #enable Vinum debugging hooks

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.564 1999/03/09 20:20:01 phk Exp $
# $Id: LINT,v 1.565 1999/03/10 14:47:41 yokota Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -789,6 +789,14 @@ pseudo-device ccd 4 #Concatenated disk driver
# Configuring Vinum into the kernel is not necessary, since the kld
# module gets started automatically when vinum(8) starts. This
# device is also untested. Use at your own risk.
#
# The option VINUMDEBUG must match the value set in CFLAGS
# in /usr/src/sbin/vinum/MAKEFILE. Failure to do so will result in
# the following message from vinum(8):
#
# Can't get vinum config: Invalid argument
#
# see vinum(4) for more reasons not to use these options.
pseudo-device vinum #Vinum concat/mirror/raid driver
options VINUMDEBUG #enable Vinum debugging hooks

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.564 1999/03/09 20:20:01 phk Exp $
# $Id: LINT,v 1.565 1999/03/10 14:47:41 yokota Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -789,6 +789,14 @@ pseudo-device ccd 4 #Concatenated disk driver
# Configuring Vinum into the kernel is not necessary, since the kld
# module gets started automatically when vinum(8) starts. This
# device is also untested. Use at your own risk.
#
# The option VINUMDEBUG must match the value set in CFLAGS
# in /usr/src/sbin/vinum/MAKEFILE. Failure to do so will result in
# the following message from vinum(8):
#
# Can't get vinum config: Invalid argument
#
# see vinum(4) for more reasons not to use these options.
pseudo-device vinum #Vinum concat/mirror/raid driver
options VINUMDEBUG #enable Vinum debugging hooks