[yast-commit] r43991 - in /trunk/installation: control/control.openSUSE.xml package/yast2-installation.changes
Author: locilka Date: Wed Jan 30 10:35:37 2008 New Revision: 43991 URL: http://svn.opensuse.org/viewcvs/yast?rev=43991&view=rev Log: - Added inst_user_first.ycp call to the control file right before the installation proposal. Modified: trunk/installation/control/control.openSUSE.xml trunk/installation/package/yast2-installation.changes Modified: trunk/installation/control/control.openSUSE.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/control/control.openSUSE.xml?rev=43991&r1=43990&r2=43991&view=diff ============================================================================== --- trunk/installation/control/control.openSUSE.xml (original) +++ trunk/installation/control/control.openSUSE.xml Wed Jan 30 10:35:37 2008 @@ -286,9 +286,13 @@ </arguments> <enable_back>yes</enable_back> </module> - <module> - <label>Software Selection</label> - <name>software_selection</name> + <module> + <label>User Settings</label> + <name>user_first</name> + </module> + <module> + <label>Software Selection</label> + <name>software_selection</name> </module> <module> <heading>yes</heading> Modified: trunk/installation/package/yast2-installation.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-installation.changes?rev=43991&r1=43990&r2=43991&view=diff ============================================================================== --- trunk/installation/package/yast2-installation.changes (original) +++ trunk/installation/package/yast2-installation.changes Wed Jan 30 10:35:37 2008 @@ -2,6 +2,8 @@ Wed Jan 30 09:51:42 CET 2008 - locilka@suse.cz - Added -noreset option to the VNC startup script (BNC #351338). +- Added inst_user_first.ycp call to the control file right before + the installation proposal. ------------------------------------------------------------------- Tue Jan 29 17:34:03 CET 2008 - locilka@suse.cz -- 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