Changeset 16038 in vbox
- Timestamp:
- Jan 19, 2009 10:46:48 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41725
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/ReadMe-Solaris.txt
r12041 r16038 18 18 ----------- 19 19 20 * Important Note:21 You must boot OpenSolaris in the same instruction set as the VirtualBox install package.22 This means if you are installing the 64-bit version of VirtualBox you MUST boot in23 64-bit mode. This is because the installer will setup the VirtualBox driver. Use the command24 "isainfo -k" to check what instruction set is currently being used. If the output is "amd64"25 you have booted in 64-bit mode, otherwise it is 32-bit.26 27 20 After extracting the contents of the tar.gz file perform the following steps: 28 21 … … 30 23 31 24 2. Install the packages (in this order): 32 Newer versions of OpenSolaris may contain a vbi module. If your version does NOT have the33 vbi module already installed (check for existence of /platform/i86pc/kernel/misc/vbi)34 then run:35 25 26 (*) First, the VirtualBox kernel interface package: 27 36 28 pkgadd -G -d VirtualBoxKern-@VBOX_VERSION_STRING@-SunOS-r@[email protected] 37 29 … … 39 31 "-n -a autoresponse SUNWvboxkern" (without quotes) to the end of the above pkgadd command. 40 32 41 Once the vbi module is installed run:33 (*) Next, the main VirtualBox package: 42 34 43 pkgadd -d VirtualBox-@VBOX_VERSION_STRING@-SunOS- @BUILD_TARGET_ARCH@-r@[email protected]35 pkgadd -d VirtualBox-@VBOX_VERSION_STRING@-SunOS-r@[email protected] 44 36 45 37 To perform an unattended (non-interactive) installation of this package add
Note:
See TracChangeset
for help on using the changeset viewer.