Ignite-UX Custom Configuration files

#########################################################
## Software Sources
#########################################################
sw_source "/var/opt/ignite/depots/Rel_B.11.11/patches_iso" {
source_type = "NET"
sd_server = "10.2.72.150"
sd_depot_dir = "/var/opt/ignite/depots/Rel_B.11.11/patches_iso"
source_format = SD
}
######################################################
## Other Software
#####################################################
sw_sel "ISO_patches" {
description = "Patches to enable Rock Ridge natively"
sw_source = "/var/opt/ignite/depots/Rel_B.11.11/patches_iso"
sw_category = "Uncategorized"
sd_software_list = "ISO_patches,r=1.0,a=HP-UX_B.11.11_32/64,v=HP"
(_hp_os_bitness == "32") {
impacts = "/sbin" 224Kb
impacts = "/usr" 184Kb
}
(_hp_os_bitness == "64") {
impacts = "/sbin" 224Kb
impacts = "/usr" 224Kb
}
}
The last step is to add the configuration file to the cfg clause you are assembling in the INDEX file
using the following command:
# manage_index -a -f /var/opt/ignite/data/Rel_B.11.11/patches_iso_cfg \
-c "Custom B.11.11 installation using SD"
Customizing configuration
In the current INDEX file, you have the following cfg clause:
cfg "Custom B.11.11 installation using SD" {
description "This selection supplies the default system configuration
that HP supplies for the B.11.11 release."
"/opt/ignite/data/Rel_B.11.11/config"
"/opt/ignite/data/Rel_B.11.11/hw_patches_cfg"
"/var/opt/ignite/data/Rel_B.11.11/core_cfg"
"/var/opt/ignite/data/Rel_B.11.11/myapps_cfg"
"/var/opt/ignite/data/Rel_B.11.11/apps_1203_cfg"
"/var/opt/ignite/data/Rel_B.11.11/patches_iso_cfg"
"/var/opt/ignite/config.local"
}
You have a rich feature set to build on top of, the advantage to this is that the config and
hw_patches_cfg files provide a good working base on which you can build a generic system or
a customized system.
To begin customizing the system you must create a new configuration file then add it to the cfg
clause with the following commands:
189