Changeset 35081 in vbox
- Timestamp:
- Dec 14, 2010 1:51:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Installation.xml
r34977 r35081 429 429 <itemizedlist> 430 430 <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> 434 433 </listitem> 435 434 … … 455 454 <para>It creates symbolic links in 456 455 <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, 458 459 <computeroutput>VirtualBox</computeroutput>, 459 460 <computeroutput>VBoxSDL</computeroutput>, … … 465 466 <listitem> 466 467 <para>It creates 467 <computeroutput>/etc/udev/ 10-vboxdrv.rules</computeroutput>, a468 <computeroutput>/etc/udev/rules.d/10-vboxdrv.rules</computeroutput>, a 468 469 description file for udev, if that is present, which makes the 469 470 USB devices accessible to all users in the … … 568 569 for the build process.</para> 569 570 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 583 575 <para>Next, you will have to install the system initialization script 584 576 for the kernel module:<screen>cp /opt/VirtualBox/vboxdrv.sh /etc/init.d/vboxdrv</screen>(assuming … … 592 584 593 585 <screen>ln -sf /opt/VirtualBox/VBox.sh /usr/bin/VirtualBox 594 ln -sf /opt/VirtualBox/VBox.sh /usr/bin/VBoxSVC595 586 ln -sf /opt/VirtualBox/VBox.sh /usr/bin/VBoxManage 596 587 ln -sf /opt/VirtualBox/VBox.sh /usr/bin/VBoxHeadless
Note:
See TracChangeset
for help on using the changeset viewer.