Ignite-UX Reference (March 2010, B3921-90005)

instl_adm(4) instl_adm(4)
This information is critical to the way Ignite-UX performs volume size calculations that
are based relative on the amount of disk space used by each software selection.
The make_config command automatically generates sw_sel statements with this
information. The archive_impact command may be used to generate the
impacts attributes when manually creating sw_sel statements that represent a
tar/cpio/pax archive.
mod_kernel [+]= cplx-string
Allows the addition of kernel drivers or tunable parameters when this sw_sel has been
selected for loading. Similar to the global mod_kernel keyword.
Note: Spaces should only be used within strings associated with *kernel keywords.
Tabs are not acceptable characters.
set_kernel [+]= cplx-string
Allows addition of kernel drivers or setting tunable parameters when this sw_sel has
been selected for loading. Similar to the global set_kernel keyword.
Note: Spaces should only be used within strings associated with *kernel keywords.
Tabs are not acceptable characters.
rm_kernel [+]= cplx-string
Allows removal of kernel drivers or tunable parameters when this sw_sel has been
selected for loading. Similar to the global rm_kernel keyword.
Note: Spaces should only be used within strings associated with *kernel keywords.
Tabs are not acceptable characters.
locale = {string1, string2, ... }
Sets a list of language locales that are supplied to the system when this sw_sel is
loaded. This list is used by the UI to give you a selection of languages to choose from
based upon what software has been selected. The format of the strings listed is:
locale:description. Where locale is something to which the LANG environment variable
could be set, and description is a string that briefly describes the locale.
visible_if = boolean
Allows the sw_sel to be hidden from the UI when set to false. The default is true.
manifest_info = cplx-string
Specifies that the text in the client manifest template tagged with the given string should
be printed as part of the client’s manifest. See print_manifest(1M) for details.
corequisite [+]= tag_string
Indicates that the sw_sel referred to by tag_string should be loaded with this sw_sel.
Multiple corequisites may be listed using one corequisite statement per line with
the += operator.
exrequisite [+]= tag_string
Defines an exclusive relationship between the current sw_sel and the one referenced
by tag_string. This prevents the referenced sw_sel from being selected any time that
this sw_sel is selected and vice-versa. The += operator may be used to define multi-
ple exrequisites.
exrequisite = sw_category
Specifies that this sw_sel is to be exclusive with all other software in the same cate-
gory (or categories). This attribute may be used in addition to other exrequisites and does
not override them even though the += operator is not used.
load_with_any = tag_string [[ | tag_string]...]
Specifies that when any of the sw_sels listed are selected, this sw_sel should be
selected for installing as well. Multiple tags may be listed separated by the | character.
33