- Typo: mount_vboxfs -> mount_vboxvfs
- Use Virtualbox makro in title - Visible indentation fix
This commit is contained in:
parent
8ffcd09dd7
commit
ba88b02f2d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53294
1 changed files with 4 additions and 5 deletions
|
@ -823,7 +823,7 @@ EndSection</programlisting>
|
|||
|
||||
<para>Shared folders for file transfers between host and VM are
|
||||
accessible by mounting them using
|
||||
<literal>mount_vboxfs</literal>. A shared folder can be created
|
||||
<literal>mount_vboxvfs</literal>. A shared folder can be created
|
||||
on the host using the VirtualBox GUI or via
|
||||
<command>vboxmanage</command>. For example, to create a shared
|
||||
folder called <replaceable>myshare</replaceable> under
|
||||
|
@ -840,8 +840,7 @@ EndSection</programlisting>
|
|||
</sect1>
|
||||
|
||||
<sect1 xml:id="virtualization-host-virtualbox">
|
||||
<title>&os; as a Host with
|
||||
<application>VirtualBox</application></title>
|
||||
<title>&os; as a Host with &virtualbox;</title>
|
||||
|
||||
<para><application>&virtualbox;</application> is an actively
|
||||
developed, complete virtualization package, that is available
|
||||
|
@ -1553,8 +1552,8 @@ kld_list="nmdm vmm"</programlisting>
|
|||
interface name.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>sysrc cloned_interfaces="bridge0"</userinput>
|
||||
&prompt.root; <userinput>sysrc ifconfig_bridge0="addm <replaceable>em0</replaceable> SYNCDHCP"</userinput>
|
||||
&prompt.root; <userinput>sysrc ifconfig_<replaceable>em0</replaceable>="up"</userinput></screen>
|
||||
&prompt.root; <userinput>sysrc ifconfig_bridge0="addm <replaceable>em0</replaceable> SYNCDHCP"</userinput>
|
||||
&prompt.root; <userinput>sysrc ifconfig_<replaceable>em0</replaceable>="up"</userinput></screen>
|
||||
|
||||
<para>Restart the host to load the &xen; kernel and start the
|
||||
Dom0.</para>
|
||||
|
|
Loading…
Reference in a new issue