diff options
author | Alexander von Gernler <grunk@cvs.openbsd.org> | 2007-04-14 11:54:01 +0000 |
---|---|---|
committer | Alexander von Gernler <grunk@cvs.openbsd.org> | 2007-04-14 11:54:01 +0000 |
commit | 7504b181e38b9dd51b4387388b00afac49a74969 (patch) | |
tree | fe4b16dc9cb0cda6496caf22f11eab867b46ab69 /sbin/mount | |
parent | 20c18c3380804cc6d23ed4f4fd39157772e2d556 (diff) |
introduce {fsck,mount}_vnd tools to be able to describe vnd images
in /etc/fstab instead of using some weird homegrown scripts.
No support for boot time mounting yet, so "noauto" is still needed.
original idea from david@
help and discussion todd@ bluhm@ beck@, manpage help jmc@
ok simon@ tedu@ bluhm@ todd@, "looks good" thib@
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index e7838a6b76f..7af666858d3 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.57 2007/02/20 14:05:29 jmc Exp $ +.\" $OpenBSD: mount.8,v 1.58 2007/04/14 11:54:00 grunk Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -371,6 +371,7 @@ with option .Xr mount_portal 8 , .Xr mount_procfs 8 , .Xr mount_udf 8 , +.Xr mount_vnd 8 , .Xr mount_xfs 8 , .Xr sysctl 8 , .Xr umount 8 |