| Solaris |
|
|
pkg install entire@0.5.11-0.<buildid>
You may want to use the --be-name option to pkg install, or it will choose a name for the new boot environment for you.
Prior to build 147, you have to do all the boot environment manipulation yourself. The canonical method is
pkg install SUNWipkg beadm create newbe beadm mount newbe /mnt pkg -R /mnt install entire@0.5.11-0.<buildid> bootadm update-archive -R /mnt beadm unmount newbe beadm activate newbe
Note that for builds 133 and later, the name of the package delivering the packaging system has changed from SUNWipkg to package/pkg, so the latter should replace the former in the command sequence above and the discussion below.
Adding the entire package is necessary to keep your packages on versions that have been tested together; entire contains a series of constraint relationships that pkg(5) uses to make sure mutually compatible packages are installed on your system.
| Server name | Location | Type | Repositories |
|---|---|---|---|
| pkg.opensolaris.org | N. America/USA | Origin/Mirror | opensolaris.org: release/, dev/; contrib.opensolaris.org: contrib/ |
| pkg-eu-2.opensolaris.org | Europe/CZE | Origin/Mirror | opensolaris.org: release/, dev/; contrib.opensolaris.org: contrib/ |
You use pkg(1)'s set-publisher subcommand to add a mirror (-m) or an additional origin (-g) to a publisher. For instance
pkg set-publisher -m http://pkg-na-2.opensolaris.org/release
opensolaris.org
adds the release/ repository to an image's configuration for the opensolaris.org publisher.
4. What happens if I've removed entire? You may have removed entire if you're installing the latest nightly builds (or your own builds) of consolidations like ON, so that they can move farther forward than the other consolidations. In this case, you'll have to replace the installation of entire in the directions above with the installation of each of the consolidation incorporations. The package names can be found with pkg list -H "consolidation/*-incorporation" and you may get the appropriate install command by running
pkg install $(pkg list -H "consolidation/*-incorporation" | awk '{print $1 "@0.5.11-0.<build>"}')
We use the page comments facility to solicit questions and corrections for the FAQ; please add a comment by selecting "Show -> Comments" from the menu at the top of the page..
Terms of Use
|
Privacy
|
Trademarks
|
Copyright Policy
|
Site Guidelines
|
Site Map
|
Help
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.
© 2012, Oracle Corporation and/or its affiliates.