The following example shows the OE definitions for all of the OEs on the B.11.11 OE media. The definitions are similar to the other sw_sel definitions already discussed. The impacts statements have been removed, but the impacts are different for
######################################################
##Operating Environments
#####################################################
sw_sel
description =
sw_category = "OpEnvironments"
sd_software_list=
(_hp_os_bitness == "32") {
...
}
(_hp_os_bitness == "64") {
...
}
}
sw_sel
description =
sw_category = "OpEnvironments"
sd_software_list =
(_hp_os_bitness == "32") {
...
}
(_hp_os_bitness == "64") {
...
}
}
sw_sel
description =
sw_category = "OpEnvironments"
sd_software_list =
...
}
(_hp_os_bitness == "64") {
...
}
}
Next is a discussion on the definition of some other software that can be installed.
######################################################
##Other Software
#####################################################
114