summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vnconfig
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-12-01 22:27:40 +0000
committerphk <phk@FreeBSD.org>2000-12-01 22:27:40 +0000
commitfe5dbadbbc9a5e5a9a1f005171380fadd6e16a02 (patch)
tree5505dd48dc2a97016354fbc0d23aaf27b6a1818b /usr.sbin/vnconfig
parenta2f3d447660f9e4da8ec1aae37ed23bb6716eb89 (diff)
downloadFreeBSD-src-fe5dbadbbc9a5e5a9a1f005171380fadd6e16a02.zip
FreeBSD-src-fe5dbadbbc9a5e5a9a1f005171380fadd6e16a02.tar.gz
Make labels mandatory for vn(4).
Diffstat (limited to 'usr.sbin/vnconfig')
-rw-r--r--usr.sbin/vnconfig/vnconfig.86
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8
index e1f4f94..f5f0f68 100644
--- a/usr.sbin/vnconfig/vnconfig.8
+++ b/usr.sbin/vnconfig/vnconfig.8
@@ -104,8 +104,6 @@ Reset
.Ar flag .
The list of allowed flags and their meanings are:
.Bl -tag -width "follow"
-.It Ar labels
-use disk/slice labels.
.It Ar reserve
Pre-reserve the blocks underlying the file or swap backing store. Currently only
works for swap backing store. This option also disables on-the-fly freeing of
@@ -226,7 +224,7 @@ Unmounts (disables)
Configures and enables all devices specified in
.Pa /etc/vntab .
.Pp
-.Dl vnconfig -s labels -c vn0 somebackingfile
+.Dl vnconfig -c vn0 somebackingfile
.Dl disklabel -r -w vn0 auto
.Dl disklabel -e vn0
.Pp
@@ -239,7 +237,7 @@ and using the VN configuration already stored in the file rather then
relabeling and recreating the filesystem. It is even possible to fsck the
VN partitions that previously contained filesystems.
.Pp
-.Dl vnconfig -e -s labels,reserve -S 400m vn1
+.Dl vnconfig -e -s reserve -S 400m vn1
.Dl disklabel -r -w vn1 auto
.Dl newfs /dev/vn1c
.Dl mount /dev/vn1c /usr/obj
OpenPOWER on IntegriCloud