VirtualBox

Changeset 35081 in vbox


Ignore:
Timestamp:
Dec 14, 2010 1:51:41 PM (14 years ago)
Author:
vboxsync
Message:

doc/manual: updates chapter 2 according to the forum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_Installation.xml

    r34977 r35081  
    429429        <itemizedlist>
    430430          <listitem>
    431             <para>It unpacks the application files to a target directory of
    432             choice. By default, <screen>/opt/VirtualBox/</screen> will be
    433             used.</para>
     431            <para>It unpacks the application files to the target directory,
     432            <screen>/opt/VirtualBox/</screen> which cannot be changed.</para>
    434433          </listitem>
    435434
     
    455454            <para>It creates symbolic links in
    456455            <computeroutput>/usr/bin</computeroutput> to
    457             the executables
     456            the a shell script (<computeroutput>/opt/VirtualBox/VBox</computeroutput>)
     457            which does some sanity checks and
     458            dispatches to the actual executables,
    458459            <computeroutput>VirtualBox</computeroutput>,
    459460            <computeroutput>VBoxSDL</computeroutput>,
     
    465466          <listitem>
    466467            <para>It creates
    467             <computeroutput>/etc/udev/10-vboxdrv.rules</computeroutput>, a
     468            <computeroutput>/etc/udev/rules.d/10-vboxdrv.rules</computeroutput>, a
    468469            description file for udev, if that is present, which makes the
    469470            USB devices accessible to all users in the
     
    568569        for the build process.</para>
    569570
    570         <para>Note that the user who is going to run VirtualBox needs read and
    571         write permission on the VirtualBox kernel module device node
    572         <computeroutput>/dev/vboxdrv</computeroutput>. You can either define a
    573         <computeroutput>vboxusers</computeroutput> group by entering<screen>groupadd vboxusers
    574 chgrp vboxusers /dev/vboxdrv
    575 chmod 660 /dev/vboxdrv</screen>or, alternatively, simply give all users access
    576         (insecure, not recommended!)<screen>chmod 666 /dev/vboxdrv</screen>You
    577         should also add any users who will be allowed to use host USB devices
    578         in VirtualBox guests to the appropriate USB users group for your
    579         distribution. This group is often called
    580         <computeroutput>usb</computeroutput> or
    581         <computeroutput>usbusers</computeroutput>.</para>
    582 
     571        <para>Note that the <computeroutput>/dev/vboxdrv</computeroutput>
     572        kernel module device node must be owned by root:root and must be
     573        read/writable only for the user.
     574       
    583575        <para>Next, you will have to install the system initialization script
    584576        for the kernel module:<screen>cp /opt/VirtualBox/vboxdrv.sh /etc/init.d/vboxdrv</screen>(assuming
     
    592584
    593585        <screen>ln -sf /opt/VirtualBox/VBox.sh /usr/bin/VirtualBox
    594 ln -sf /opt/VirtualBox/VBox.sh /usr/bin/VBoxSVC
    595586ln -sf /opt/VirtualBox/VBox.sh /usr/bin/VBoxManage
    596587ln -sf /opt/VirtualBox/VBox.sh /usr/bin/VBoxHeadless
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette