1 |
|
---|
2 | Sun xVM VirtualBox for OpenSolaris (TM) Operating System
|
---|
3 | --------------------------------------------------------
|
---|
4 |
|
---|
5 | Upgrading:
|
---|
6 | ----------
|
---|
7 |
|
---|
8 | If you have an existing VirtualBox installation and you are upgrading to a newer version of
|
---|
9 | VirtualBox, please uninstall the previous version completely before installing a newer one.
|
---|
10 |
|
---|
11 | You should uninstall BOTH the VirtualBox base package as well as the VirtualBox kernel
|
---|
12 | interface package before installing the new ones.
|
---|
13 |
|
---|
14 | Please refer to the "Uninstallation" section at the end of this document for the details.
|
---|
15 |
|
---|
16 |
|
---|
17 | Installing:
|
---|
18 | -----------
|
---|
19 |
|
---|
20 | After extracting the contents of the tar.gz file perform the following steps:
|
---|
21 |
|
---|
22 | 1. Login as root using the "su" command.
|
---|
23 |
|
---|
24 | 2. Install the packages (in this order):
|
---|
25 |
|
---|
26 | (*) First, the VirtualBox kernel interface package:
|
---|
27 |
|
---|
28 | pkgadd -G -d VirtualBoxKern-@VBOX_VERSION_STRING@-SunOS-r@VBOX_SVN_REV@.pkg
|
---|
29 |
|
---|
30 | To perform an unattended (non-interactive) installation of this package add
|
---|
31 | "-n -a autoresponse SUNWvboxkern" (without quotes) to the end of the above pkgadd command.
|
---|
32 |
|
---|
33 | (*) Next, the main VirtualBox package:
|
---|
34 |
|
---|
35 | pkgadd -d VirtualBox-@VBOX_VERSION_STRING@-SunOS-r@VBOX_SVN_REV@.pkg
|
---|
36 |
|
---|
37 | To perform an unattended (non-interactive) installation of this package add
|
---|
38 | "-n -a autoresponse SUNWvbox" (without quotes) to the end of the above pkgadd command.
|
---|
39 |
|
---|
40 | 3. For each package the installer would ask you to "Select package(s) you wish to process"
|
---|
41 | For this type "1" or "all".
|
---|
42 |
|
---|
43 | 4. Then type "y" when asked about continuing with the installation.
|
---|
44 |
|
---|
45 | Now all the necessary files would be installed on your system. Start VirtualBox by typing
|
---|
46 | VirtualBox from the terminal.
|
---|
47 |
|
---|
48 |
|
---|
49 | Uninstalling:
|
---|
50 | -------------
|
---|
51 |
|
---|
52 | To remove VirtualBox from your system perform the following steps:
|
---|
53 |
|
---|
54 | 1. Login as root using the "su" command.
|
---|
55 |
|
---|
56 | 2. Run the command:
|
---|
57 | pkgrm SUNWvbox
|
---|
58 |
|
---|
59 | To remove the VirtualBox kernel interface module run the command:
|
---|
60 | pkgrm SUNWvboxkern
|
---|
61 |
|
---|