Add a knob to turn off automatic configuration (via rc.d) of
non-auto-configured (via kernel) raid devices. oster says ok.
This commit is contained in:
parent
fb114e34c8
commit
ea949da1c7
@ -1,4 +1,4 @@
|
||||
# $NetBSD: rc.conf,v 1.49 2003/04/18 05:21:20 thorpej Exp $
|
||||
# $NetBSD: rc.conf,v 1.50 2003/09/10 14:50:19 wiz Exp $
|
||||
#
|
||||
# /etc/defaults/rc.conf --
|
||||
# default configuration of /etc/rc.conf
|
||||
@ -85,6 +85,10 @@ swapoff=NO # Remove block-type swap partitions upon shutdown
|
||||
#
|
||||
ccd=YES
|
||||
|
||||
# RAIDframe driver (manually configured devices).
|
||||
#
|
||||
raidframe=YES
|
||||
|
||||
# Crypto file system.
|
||||
#
|
||||
cgd=YES
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: raidframe,v 1.7 2002/09/03 15:35:55 abs Exp $
|
||||
# $NetBSD: raidframe,v 1.8 2003/09/10 14:50:20 wiz Exp $
|
||||
#
|
||||
|
||||
# PROVIDE: disks
|
||||
@ -8,6 +8,7 @@
|
||||
. /etc/rc.subr
|
||||
|
||||
name="raidframe"
|
||||
rcvar=$name
|
||||
start_cmd="raidframe_start"
|
||||
stop_cmd=":"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user