MFen 1.22 -> 1.23
This commit is contained in:
parent
49489ce2b7
commit
9766a2596a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35307
1 changed files with 14 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
|
|
||||||
%SOURCE% en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml
|
%SOURCE% en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml
|
||||||
%SRCID% 1.22
|
%SRCID% 1.23
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="virtualization">
|
<chapter id="virtualization">
|
||||||
|
|
@ -1022,10 +1022,11 @@ xenbr1 8000.feffffffffff no vif0.1
|
||||||
<title>&virtualbox; installeren</title>
|
<title>&virtualbox; installeren</title>
|
||||||
|
|
||||||
<para><application>&virtualbox;</application> is beschikbaar als een
|
<para><application>&virtualbox;</application> is beschikbaar als een
|
||||||
&os;-port in <filename role="package">emulators/virtualbox</filename> en
|
&os;-port in <filename
|
||||||
kan met de volgende commando's geïnstalleerd worden:</para>
|
role="package">emulators/virtualbox-ose</filename> en kan met de
|
||||||
|
volgende commando's geï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>
|
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||||
|
|
||||||
<para>Een nuttige optie in het configuratiescherm is de verzameling
|
<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>
|
<programlisting>vboxdrv_load="YES"</programlisting>
|
||||||
|
|
||||||
<para><application>&virtualbox;</application> vereist ook dat het
|
<para>Voor versies van <application>&virtualbox;</application> lager dan
|
||||||
<filename class="directory">proc</filename>-bestandssysteem is
|
3.1.2 is het nodig om het bestandssysteem
|
||||||
aangekoppeld:</para>
|
<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>
|
<screen>&prompt.root; <userinput>mount -t procfs proc /proc</userinput></screen>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue