So there are no more sparse zones, that inherit the packages from the global zone and you have to install additional packages via pkg command. (No more pkgadd!)
If your local zone has no internet access you can install packages from the global zone as well. Although this is not documented. But the zoneadm -install does exactly this. Look at /usr/lib/brand/ipkg/pkgcreatezone
- Make sure the local zone is halted.
- From the global zone mount the local zone's root file system.
- Set the envrironment variable PKG_IMAGE=/wherever/the/rootfs/is/mounted
- Set the environment variable PKG_CACHE=/var/pkg/download
- Use the regular pkg command. It will install in the zoneroot: pkg install SUNWmypackage
- Unset at least PKG_IMAGE. Otherwise subsequent pkg install in the global zone will fail.
- Boot the local zone.
No comments:
Post a Comment