Solaris 8 Advanced Installation Guide

To Create a Compressed Configuration File

  1. Change directories to the JumpStart directory on the profile server.


    # cd jumpstart_dir_path
    
  2. Use a compression tool to compress the custom JumpStart configuration files into one file.


    Note –

    The compressed configuration file cannot contain relative paths. The custom JumpStart configuration files must be in the same directory as the compressed file.


    The compressed configuration file must contain the following files:

    • profile

    • rules

    • rules.ok

    You can also include the sysidcfg file in the compressed configuration file.

  3. Save the compressed configuration file on an NFS server, an HTTP server, or on media that can be accessed locally by the system you want to install.

Example–Creating a Compressed Configuration File

The following example shows how to use the tar command to create a compressed configuration file named config.tar. The custom JumpStart configuration files are located in the /jumpstart directory.


# cd /jumpstart
# tar -cvf config.tar *
a profile 1K
a rules 1K
a rules.ok 1K
a sysidcfg 1K