Update to r52161:
Re-add instructions for USB devfs rules.
This commit is contained in:
parent
4d69737889
commit
570263be2e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52367
1 changed files with 17 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/virtualization/chapter.xml,v 1.14 2010/07/03 14:29:30 jkois Exp $
|
||||
basiert auf: r52081
|
||||
basiert auf: r52161
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -1033,6 +1033,22 @@ perm vboxnetctl 0600</programlisting>
|
|||
|
||||
<screen>&prompt.root; <userinput>pw groupmod operator -m <replaceable>ihrbenutzername</replaceable></userinput></screen>
|
||||
|
||||
<para>Anschließend fügen Sie folgenden Eintrag in
|
||||
<filename>/etc/devfs.rules</filename> ein. Wenn die Datei
|
||||
nicht existiert, muss sie zuvor erstellt werden:</para>
|
||||
|
||||
<programlisting>[system=10]
|
||||
add path 'usb/*' mode 0660 group operator</programlisting>
|
||||
|
||||
<para>Um diese neuen Regeln zu laden, fügen Sie Folgendes
|
||||
in <filename>/etc/rc.conf</filename> hinzu:</para>
|
||||
|
||||
<programlisting>devfs_system_ruleset="system"</programlisting>
|
||||
|
||||
<para>Danach starten Sie devfs neu:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>service devfs restart</userinput></screen>
|
||||
|
||||
<para>Sie müssen die Anmeldesitzung und
|
||||
<application>&virtualbox;</application> neu starten, damit die
|
||||
Änderungen wirksam werden. Danach können Sie nach Bedarf neue
|
||||
|
|
Loading…
Reference in a new issue