From 1c8d05b28c2a5827eaedf11783287a04a3c7a215 Mon Sep 17 00:00:00 2001 From: seanc Date: Sun, 14 Dec 2003 09:42:02 +0000 Subject: Add a script that allows software RAID sets to be created before file systems are mounted. An example set of entries for /etc/rc.conf: ataraid_enable="YES" ataraid_devices="ar0" ataraid_ar0_set="ad2 ad3" ataraid_ar0_type="RAID1" Because there is no "correct" way of doing ATA raid (ie, geom vs. atacontrol vs. vinum) that is bikeshed proof, this rcng script stays within the bounds of atacontrol and assumes that other RAID solutions for GEOM or vinum will end up in a different rcNG script. Reviewed by: green --- etc/rc.d/mountcritlocal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.d/mountcritlocal') diff --git a/etc/rc.d/mountcritlocal b/etc/rc.d/mountcritlocal index 83acefe..67a993f 100755 --- a/etc/rc.d/mountcritlocal +++ b/etc/rc.d/mountcritlocal @@ -5,7 +5,7 @@ # # PROVIDE: mountcritlocal -# REQUIRE: root +# REQUIRE: root ataraid # KEYWORD: FreeBSD NetBSD . /etc/rc.subr -- cgit v1.1