sw_source "core archive" {

description = "HP-UX Core Operating System Archives" load_order = 0

source_format = archive source_type="NET"

#When using this configuration file with a tape or CD-ROM where the

#archive is on the same piece of media, then un-comment the next

#line to prevent a prompt to change media during install.

#change_media=FALSE

The following instructions, the two scripts given as the post_load_script and the post_config_script are required and you should not remove them.

However, there may be instances in which you may need to change the contents of the two scripts (for more information, see "Instances that may require modifying os_arch_post_l"). If you need to modify these files, you must never change the versions under /opt because when you upgrade Ignite-UX new versions of the files are installed in that location. In other words, your modifications are overwritten and are lost. Instead, you should copy them to /var/opt/ignite/scripts and then modify them. Note that if you have multiple golden images that require different changes in post_loadconfig_scripts, you should rename the scripts and then reference the new names for each golden image installations.

Periodically after upgrading Ignite-UX you should check to see what differences exist between the new scripts in /opt/ignite/data/scripts and any scripts you may have created using these examples. Ignite-UX may deliver enhancements or defect fixes that you need in these scripts. If you want to take advantage of these updates, you must manually merge the changes.

#The following 2 scripts should be reviewed to see if the defined

#defaults are applicable. If you need to modify them, copy them

#to /var/opt/ignite/scripts first and change the paths here.

post_load_script = "/opt/ignite/data/scripts/os_arch_post_l" post_config_script = "/opt/ignite/data/scripts/os_arch_post_c"

#If nfs_source is used, be sure to export the source. nfs_source = "10.2.72.150:/var/opt/ignite/My_Golden_Images"

#ftp_source and remsh_source are alternate ways to copy the

#archive. For example:

#ftp_source = "anonymous@10.2.72.150:myusername"

#remsh_source = "myusername@10.2.72.150"

}

########################################################################

##Software Categories

########################################################################

Next, categories that define the software that can be installed using the Ignite-UX GUI are defined.

sw_category "Languages" { description = "Languages"

}

sw_category "HPUXEnvironments" {

description = "HP-UX Operating Environments"

}

197