[yast-commit] r41340 - /trunk/pos-installation/control/installation.xml
Author: locilka Date: Wed Oct 10 17:00:05 2007 New Revision: 41340 URL: http://svn.opensuse.org/viewcvs/yast?rev=41340&view=rev Log: Updated workflows Added new workflow for the New Installation (Slepos Pattern Selector) Modified: trunk/pos-installation/control/installation.xml Modified: trunk/pos-installation/control/installation.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/pos-installation/control/installation.xml?rev=41340&r1=41339&r2=41340&view=diff ============================================================================== --- trunk/pos-installation/control/installation.xml (original) +++ trunk/pos-installation/control/installation.xml Wed Oct 10 17:00:05 2007 @@ -5,6 +5,8 @@ <workflows config:type="list"> + <!-- Workflow for the Add-On installation + on a running system --> <workflow> <defaults> <enable_back>no</enable_back> @@ -38,7 +40,9 @@ </workflows> <update> + <workflows config:type="list"> + <!-- Workflow for the Update process --> <workflow> <defaults> <enable_back>yes</enable_back> @@ -57,11 +61,41 @@ <module> <label>Data Migration</label> <name>slepos_data_migration</name> + <enable_back>yes</enable_back> + <enable_next>yes</enable_next> </module> </modules> </insert_module> </insert_modules> </workflow> + + <!-- Workflow for the New installation - First Stage --> + <workflow> + <defaults> + <enable_back>yes</enable_back> + <enable_next>yes</enable_next> + </defaults> + + <!-- First Stage - Installation --> + <stage>initial</stage> + <mode>installation</mode> + + <!-- Installation: Insert --> + <insert_modules config:type="list"> + <insert_module> + <before>proposal</before> + <modules config:type="list"> + <module> + <label>Server Type Selection</label> + <name>slepos_server_selection</name> + <enable_back>yes</enable_back> + <enable_next>yes</enable_next> + </module> + </modules> + </insert_module> + </insert_modules> + </workflow> + </workflows> </update> </productDefines> -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn.opensuse.org