1 |
|
---|
2 | @VBOX_PRODUCT@ for OpenSolaris (TM) Operating System
|
---|
3 | ----------------------------------------------------
|
---|
4 |
|
---|
5 | Upgrading:
|
---|
6 | ----------
|
---|
7 |
|
---|
8 | If you have an existing VirtualBox installation and you are upgrading to
|
---|
9 | a newer version of VirtualBox, please uninstall the previous version
|
---|
10 | completely before installing a newer one.
|
---|
11 |
|
---|
12 | You should uninstall BOTH the VirtualBox base package as well as the
|
---|
13 | VirtualBox kernel interface package before installing the new ones.
|
---|
14 |
|
---|
15 | Please refer to the "Uninstalling" section at the end of this document
|
---|
16 | for details.
|
---|
17 |
|
---|
18 | +--------+
|
---|
19 | | NOTE |
|
---|
20 | +--------+
|
---|
21 |
|
---|
22 | VirtualBox 3.1 includes experimental USB support and requires OpenSolaris
|
---|
23 | build 124 or higher. VirtualBox USB support on Solaris 10 is not supported
|
---|
24 | due to limitations in the kernel.
|
---|
25 |
|
---|
26 |
|
---|
27 | Installing:
|
---|
28 | -----------
|
---|
29 |
|
---|
30 | After extracting the contents of the tar.gz file perform the following steps:
|
---|
31 |
|
---|
32 | 1. Login as root using the "su" command.
|
---|
33 |
|
---|
34 | 2. Install the VirtualBox package:
|
---|
35 |
|
---|
36 | pkgadd -d VirtualBox-@VBOX_VERSION_STRING@-SunOS-r@VBOX_SVN_REV@.pkg
|
---|
37 |
|
---|
38 | To perform an unattended (non-interactive) installation of this
|
---|
39 | package, add "-n -a autoresponse SUNWvbox" (without quotes)
|
---|
40 | to the end of the above pkgadd command.
|
---|
41 |
|
---|
42 | 3. For each package, the installer will ask you to "Select package(s) you
|
---|
43 | wish to process". In response, type "1".
|
---|
44 |
|
---|
45 | 4. Type "y" when asked about continuing the installation.
|
---|
46 |
|
---|
47 | At this point, all the required files should be installed on your system.
|
---|
48 | You can launch VirtualBox by running 'VirtualBox' from the terminal.
|
---|
49 |
|
---|
50 |
|
---|
51 | Uninstalling:
|
---|
52 | -------------
|
---|
53 |
|
---|
54 | To remove VirtualBox from your system, perform the following steps:
|
---|
55 |
|
---|
56 | 1. Login as root using the "su" command.
|
---|
57 |
|
---|
58 | 2. To remove VirtualBox, run the command:
|
---|
59 | pkgrm SUNWvbox
|
---|
60 |
|
---|
61 | 3. To remove the VirtualBox kernel interface module, run the command:
|
---|
62 | pkgrm SUNWvboxkern
|
---|
63 | * Only required if you're uninstalling VirtualBox versions 3.0.x or lower.
|
---|
64 |
|
---|