FreeBSD Bugzilla – Attachment 189437 Details for
Bug 224928
[PATCH] Virtualbox host chapter lost necessary information between updates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add back text removed in r49599
handbook.diff (text/plain), 1.56 KB, created by
Guido Falsi
on 2018-01-05 10:19:41 UTC
(
hide
)
Description:
Add back text removed in r49599
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2018-01-05 10:19:41 UTC
Size:
1.56 KB
patch
obsolete
>Index: chapter.xml >=================================================================== >--- chapter.xml (revision 51366) >+++ chapter.xml (working copy) >@@ -927,20 +927,35 @@ > the extension pack supporting <acronym>USB</acronym> 2.0 and 3.0 > devices becomes available on &os;.</para> > > <para>For <application>&virtualbox;</application> to be > aware of <acronym>USB</acronym> devices attached to the > machine, the user needs to be a member of the <systemitem > class="groupname">operator</systemitem> group.</para> > > <screen>&prompt.root; <userinput>pw groupmod operator -m <replaceable>yourusername</replaceable></userinput></screen> > >+ <para>Then, add the following to >+ <filename>/etc/devfs.rules</filename>, or create this file if >+ it does not exist yet:</para> >+ >+ <programlisting>[system=10] add path 'usb/*' mode 0660 group operator</programlisting> >+ >+ <para>To load these new rules, add the following to >+ <filename>/etc/rc.conf</filename>:</para> >+ >+ <programlisting>devfs_system_ruleset="system"</programlisting> >+ >+ <para>Then, restart devfs:</para> >+ >+ <screen>&prompt.root; <userinput>service devfs restart</userinput></screen> >+ > <para>Restart the login session and > <application>&virtualbox;</application> for these changes to take > effect, and create <acronym>USB</acronym> filters as > necessary.</para> > </sect2> > > <sect2 xml:id="virtualization-virtualbox-host-dvd-cd-access"> > <title>&virtualbox; Host > <acronym>DVD</acronym>/<acronym>CD</acronym> Access</title> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224928
:
189437
|
189449