diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-06 22:17:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-06 22:17:21 +0000 |
commit | 5571360484c931bf2baf536c3b0f9e4fd24c74f1 (patch) | |
tree | 53ed8fb32c17bbd8694f45ebb84b2ed20cc01d79 /share | |
parent | 837bd2c6b777e11e61125d36e9527aa60eb912e1 (diff) |
add FS_CCD, make ccd prefer such partitions. It still accespts FS_BSDFFS, and something will change about that soon
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ccd.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/ccd.4 b/share/man/man4/ccd.4 index 293a9303ad8..d3a845ee159 100644 --- a/share/man/man4/ccd.4 +++ b/share/man/man4/ccd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ccd.4,v 1.7 1997/11/26 22:30:21 niklas Exp $ +.\" $OpenBSD: ccd.4,v 1.8 1998/02/06 22:17:20 deraadt Exp $ .\" $NetBSD: ccd.4,v 1.5 1995/10/09 06:09:09 thorpej Exp $ .\" .\" Copyright (c) 1994 Jason Downs. @@ -59,7 +59,9 @@ be combined. Each component partition should be offset at least one cylinder from the beginning of the component disk. This avoids potential conflicts between the component disk's disklabel and the .Nm ccd Ns 's -disklabel. The kernel will only allow component partitions of type FS_BSDFFS. +disklabel. The kernel wants to only allow component partitions of type FS_CCD, +but due to disklabel restrictions on some architectures will also accept +component partitions of FS_BSDFFS. .Pp In order to compile in support for the ccd, you must add a line similar to the following to your kernel configuration file: |