Software Distributor Administrator Guide (September 2010)
dynamic_module
A space-separated list of strings specifies the list of dynamically
loadable kernel modules (DLKMs) packaged into the fileset.
The dynamic modules themselves must be delivered to /usr/
conf/mod/. If the dynamic_module attribute is omitted, no
DLKMs may be delivered in the fileset.
When a dynamic module is packaged, it is customary to include
a call to the control_util mod_systemfile in a postinstall
script to link the module to the kernel. If a state of static is
specified in the mod_sytemfile call, the attributes is_kernel
and is_rebootmust also be set to true. In addition, if a system
reboot is needed to activate the module, the is_reboot
attribute must be set to true.
is_reboot
A value of true declares that the fileset requires a system reboot
after installation. If this attribute is not specified, swpackage
assumes a default value of false.
is_sparse
Indicates that a fileset contains only a subset of files in the base
(ancestor) fileset and that the contents are to be merged with
the base fileset. The default value is false. If the is_patch
attribute is true, is_sparse is also set to true for the fileset,
although it can be forced to false.
machine_type
The machine type on which the product will run. If not specified,
the keyword is assigned a wildcard value of *, meaning it will
run on all machines. If there are multiple machine platforms,
you must separate each machine designation with a | (vertical
bar). For example, a keyword value of 9000/7*|9000/8*
means the product will run on all HP Series 9000 Model 7XX or
all HP 9000 Series 8XX machines. Alternatively, the value
9000/[78]* would also work.
Other examples:
*
If not concerned with the machine type.
9000/7??:32*
Series 700, 32-bit capable hardware
required.
*:*64
64-bit capable hardware required.
*:32:
32-bit capable hardware required.
9000/7??:*64
Series 700, 64-bit capable hardware
required.
9000/[78]??:32*
Series 800, 32-bit capable hardware
required.
10.4 Creating a Product Specification File (PSF) 243