impacts = "/var" 5705Kb

exrequisite += "golden image - 64 bit OS" visible_if = can_run_32bit

} = (can_run_32bit)

Following is the example for a 64-bit golden archive. All of the information previously presented regarding the 32-bit golden image are applicable to a 64-bit golden archive as you can see in the example.

init sw_sel "golden image - 64 bit OS" {

description = "English HP-UX 11.11 CDE - 64 Bit OS" sw_source = "core archive"

sw_category = "HPUXEnvironments" archive_type = gzip cpio

archive_path = "hp_client1_B.11.11_64bitCDE.gz"

impacts = "/"

421Kb

impacts = "/sbin"

30086Kb

impacts = "/opt"

78654Kb

impacts

=

"/usr" 276420Kb

impacts

=

"/var"

10059Kb

exrequisite += "golden image - 32 bit OS" visible_if = can_run_64bit

} = (!can_run_32bit)

You must set _hp_os_bitness; this variable is required by Ignite-UX to determine the "bitness" of the kernel being installed. Depending on which archive has been selected, this variable is set to the corresponding value.

Tip:

If you install HP-UX B.11.23, you must unconditionally set _hp_os_bitness to 64.

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

##Set the variable _hp_os_bitness depending on which of the archive

##sw_sels was selected. This variable is used by configuration files

##generated via make_config to determine which version (32-bit or

##64-bit) of a bundle will be loaded.

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

(sw_sel "golden image - 32 bit OS") { _hp_os_bitness = "32"

}

(sw_sel "golden image - 64 bit OS") { _hp_os_bitness = "64"

}

Following is a definition for the English language. The sw_source associated with it is a dummy sw_source. In other words, the source format is cmd and does not have any scripts so it does nothing. Note that the sw_sel does set the locale that you can choose from in the Ignite-UX GUI.

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

##Languages

##Specified so that the selector in the UI will not be empty.

##Cannot use the "core archive" sw_source because there are no

199