Packages are required to integrate the JumpStart client with CA Server Automation. Download the required and optional packages from the www.sunfreeware.com website and add them to the image.
To add packages to the image
cd /working_directory
gunzip libgcc-3.4.6-sol8-sparc-local.gz
pkgtrans libgcc-3.4.6-sol8-sparc-local . all
cp -r SMClgcc /image_parent/sol_8/Solaris_8/Product
The package is converted and the libgcc package is added to the image.
cd /working_directory
gunzip openssh-5.0p1-sol8-sparc-local.gz
pkgtrans openssh-5.0p1-sol8-sparc-local . all
cp -r SMCosh501 /image_parent/sol_8/Solaris_8/Product
The package is converted and the SSH package is added to the image.
cd /working_directory
gunzip openssl-0.9.8h-sol8-sparc-local.gz
pkgtrans openssl-0.9.8h-sol8-sparc-local . all
cp -r SMCossl /image_parent/sol_8/Solaris_8/Product
The package is converted and the SSL package is added to the image.
cd /working_directory
gunzip zlib-1.2.3-sol8-sparc-local.gz
pkgtrans zlib-1.2.3-sol8-sparc-local . all
cp -r SMCzlib /image_parent/sol_8/Solaris_8/Product
The package is converted and the zlib package is added to the image. After you finish adding packages to the image, add the patches required by these packages to the image.
Copyright © 2013 CA. All rights reserved. |
|