mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
pseudo-device -> device in kernel config.
Approved by: joerg, dd
This commit is contained in:
parent
ea66ccbf96
commit
4e7c865a3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue