sw_source "core archive" {
description =
source_format = archive source_type="NET"
#When using this configuration file with a tape or
#archive is on the same piece of media, then
#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
Periodically after upgrading
#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
sw_category "Languages" { description = "Languages"
}
sw_category "HPUXEnvironments" {
description =
}
197