Unknown YCP Module
|
inst_add-on_software.ycp
Client providing the software overview/selection to be used
in add-on products (their control files). If not set otherwise,
(skip_installation), it also installs the selected resolvables
and calls SuSEconfig.
Control File Example (installation.xml):
<workflows config:type="list">
<workflow>
<stage>normal</stage>
<mode>installation,normal</mode>
<modules config:type="list">
...
<module>
<label>Software Selection</label>
<name>inst_add-on_software</name>
<arguments>
<!--
Mode in which the Packager dialog opens up. See Available Modes.
The defalt mode is "patterns" if not set
-->
<sw_mode>patterns</sw_mode>
<!--
If set to "yes", packages (patterns/...) will not be installed
automatically. Default is "no" (packages will get installed).
-->
<skip_installation>yes</skip_installation>
</arguments>
</module>
...
</modules>
</workflow>
</workflows>
Available Modes:
o patterns - list of all available (installed/selected/...) patterns
o search - dialog capable of searching through packages
o summary - installation summary
o repositories - list of enabled repositories (including the @System)
See also BNC #469320 |