From: Sascha Wildner Date: Thu, 28 Oct 2010 16:41:00 +0000 (+0200) Subject: vkernel.7: Remove the '-s labels' option from the vnconfig example. X-Git-Tag: v2.9.1~61 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/f73862c59a5ec67ea1b02de0a41f7b65c17a9363 vkernel.7: Remove the '-s labels' option from the vnconfig example. vn(4) uses labels by default since 45e80934a8afa3af2f45a285cb65e23cd1f7e931. It's just an oversight that it was still on the vkernel manual page. Reported-by: Tomas Bodzar --- diff --git a/share/man/man7/vkernel.7 b/share/man/man7/vkernel.7 index 66ab5d4b5a..16bd63c5ee 100644 --- a/share/man/man7/vkernel.7 +++ b/share/man/man7/vkernel.7 @@ -321,7 +321,7 @@ If the image is created on a UFS filesystem you might want to pre-zero it. On a HAMMER filesystem you should just truncate-extend to the image size as HAMMER does not re-use data blocks already present in the file. .Bd -literal -vnconfig -c -s labels -S 2g -T vn0 /var/vkernel/rootimg.01 +vnconfig -c -S 2g -T vn0 /var/vkernel/rootimg.01 disklabel -r -w vn0s0 auto disklabel -e vn0s0 # add `a' partition with fstype `4.2BSD' newfs /dev/vn0s0a