MFen 1.22 -> 1.23

This commit is contained in:
Rene Ladan 2010-02-03 22:04:14 +00:00
parent 49489ce2b7
commit 9766a2596a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35307

View file

@ -4,7 +4,7 @@
$FreeBSD$
%SOURCE% en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml
%SRCID% 1.22
%SRCID% 1.23
-->
<chapter id="virtualization">
@ -1022,10 +1022,11 @@ xenbr1 8000.feffffffffff no vif0.1
<title>&virtualbox; installeren</title>
<para><application>&virtualbox;</application> is beschikbaar als een
&os;-port in <filename role="package">emulators/virtualbox</filename> en
kan met de volgende commando's ge&iuml;nstalleerd worden:</para>
&os;-port in <filename
role="package">emulators/virtualbox-ose</filename> en kan met de
volgende commando's ge&iuml;nstalleerd worden:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/emulators/virtualbox</userinput>
<screen>&prompt.root; <userinput>cd /usr/ports/emulators/virtualbox-ose</userinput>
&prompt.root; <userinput>make install clean</userinput></screen>
<para>Een nuttige optie in het configuratiescherm is de verzameling
@ -1052,9 +1053,15 @@ xenbr1 8000.feffffffffff no vif0.1
<programlisting>vboxdrv_load="YES"</programlisting>
<para><application>&virtualbox;</application> vereist ook dat het
<filename class="directory">proc</filename>-bestandssysteem is
aangekoppeld:</para>
<para>Voor versies van <application>&virtualbox;</application> lager dan
3.1.2 is het nodig om het bestandssysteem
<filename class="directory">proc</filename> aan te koppelen. Voor
recente versies is dit niet nodig, die maken gebruik van de functies die
door de bibliotheek &man.sysctl.3; worden aangeboden.</para>
<para>Volg de onderstaande instructies op bij het gebruik van een oudere
versie van de port om er zeker van te zijn dat <filename
class="directory">proc</filename> juist is aangekoppeld:</para>
<screen>&prompt.root; <userinput>mount -t procfs proc /proc</userinput></screen>