diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1998-07-03 21:22:38 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1998-07-03 21:22:38 +0000 |
commit | ea251ea9ad25521623d1280cc33fb4b6b61e3f86 (patch) | |
tree | 5a38191a681f5f5a8fc42fa9a4b950ff216f1e0d | |
parent | 97b32769e116478313ea0c40718407dcf5394f1f (diff) |
Add gotcha to the list of current bugs, according to Niklas e-mail to misc.
-rw-r--r-- | share/man/man4/vnd.4 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man4/vnd.4 b/share/man/man4/vnd.4 index 370f09736c9..f2f71795778 100644 --- a/share/man/man4/vnd.4 +++ b/share/man/man4/vnd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnd.4,v 1.7 1998/06/08 17:14:36 deraadt Exp $ +.\" $OpenBSD: vnd.4,v 1.8 1998/07/03 21:22:37 espie Exp $ .\" $NetBSD: vnd.4,v 1.1 1995/12/30 18:10:48 thorpej Exp $ .\" .\" Copyright (c) 1995 Jason R. Thorpe. @@ -87,6 +87,12 @@ driver does not work if the file does not reside in a local filesystem. However the .Nm svnd variant does. +.Pp +Currently, in order to be able to enable swap on a vnd device, the kernel +must have been configured for it, e.g., +.Bd -unfilled -offset indent +config bsd root on sd0a swap on sd0b and vnd0c dumps on sd0b +.Ed .Sh FILES /dev/{,r}{,s}vnd* - vnd device special files. .Pp |