pseudo-device -> device in kernel config.

Approved by:	joerg, dd
This commit is contained in:
Jens Schweikhardt 2001-05-01 10:52:50 +00:00
parent ea66ccbf96
commit 4e7c865a3d

View File

@ -110,7 +110,7 @@
<li> Make sure that the system you're running has /dev/[r]vn0* entries in
/dev directory (if not, you can make them with 'MAKEDEV vn0'), AND
that your running kernel has built-in vnode driver (there should be a
line in your kernel config file stating 'pseudo-device vn xxx').
line in your kernel config file stating 'device vn xxx').
</li>
<li> You'll need at least 9MB of free disk space, and free /mnt directory.
</li>