mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Add a dire warning about the folly of configuring vinum in
the kernel.
This commit is contained in:
parent
f229c04eef
commit
4cc4752c03
3 changed files with 27 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue