diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2011-04-18 16:52:13 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2011-04-18 16:52:13 +0000 |
commit | 4514e243d14cd40603dffb605323e3402ec21b23 (patch) | |
tree | d4b13011d6019799589fc50473b797e4aa5e0b3d /etc/etc.i386 | |
parent | af2f7b02e557188dfe5a424132f1b18dcd36c6fd (diff) |
Deprecate vnds in favour of svnds.
In effect, this removes the "old" vndX nodes, and renames
the svndX nodes to vndX.
Old svndX nodes will still continue to work though, for now.
Cleanup accordingly.
ok deraadt@, todd@
comments and ok on the man page bits from jmc@
Diffstat (limited to 'etc/etc.i386')
-rw-r--r-- | etc/etc.i386/INSTALL.linux | 4 | ||||
-rw-r--r-- | etc/etc.i386/MAKEDEV | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/etc/etc.i386/INSTALL.linux b/etc/etc.i386/INSTALL.linux index 85cbfcf3bb1..bded13bd959 100644 --- a/etc/etc.i386/INSTALL.linux +++ b/etc/etc.i386/INSTALL.linux @@ -1,4 +1,4 @@ -$OpenBSD: INSTALL.linux,v 1.15 2010/02/22 10:44:07 giovanni Exp $ +$OpenBSD: INSTALL.linux,v 1.16 2011/04/18 16:52:10 thib Exp $ Linux + OpenBSD: it's possible @@ -55,7 +55,7 @@ contents are unimportant (or whose backups are always up-to-date) next to the frontier between OpenBSD and Linux. For instance, it's usually a good idea to locate the swap area such that you can grow or shrink it. Keep in mind that exceptional usage (very large, temporary swaps) can use a -temporary file instead of a partition, under both OpenBSD (svnd) and Linux. +temporary file instead of a partition, under both OpenBSD (vnd) and Linux. First principles ---------------- diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index 0374eb4aba4..4e70e75a910 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -553,7 +553,6 @@ ch*) vnd*) dodisk vnd $U 14 41 $U 0 - dodisk svnd $U 14 41 $U 2048 ;; rd*) |