Author: locilka Date: Mon Oct 27 16:24:59 2008 New Revision: 52601 URL: http://svn.opensuse.org/viewcvs/yast?rev=52601&view=rev Log: Preparing for inst_finish merging (bugfix/enhancement) bnc #438678 Modified: trunk/installation/src/clients/inst_finish.ycp Modified: trunk/installation/src/clients/inst_finish.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/clients/inst_finish.ycp?rev=52601&r1=52600&r2=52601&view=diff ============================================================================== --- trunk/installation/src/clients/inst_finish.ycp (original) +++ trunk/installation/src/clients/inst_finish.ycp Mon Oct 27 16:24:59 2008 @@ -66,6 +66,7 @@ list<map<string,any> > stages = [ $[ + "id" : "copy_files", // progress stage "label" : _("Copy files to installed system"), "steps" : [ @@ -80,6 +81,7 @@ "icon" : "pattern-basis", ], $[ + "id" : "save_config", // progress stage "label" : _("Save configuration"), "steps" : [ @@ -103,6 +105,7 @@ "icon" : "yast-desktop-select", ], $[ + "id" : "install_bootloader", // progress stage "label" : _("Install boot manager"), "steps" : [ @@ -112,6 +115,7 @@ "icon" : "yast-bootloader", ], $[ + "id" : "save_settings", // progress stage "label" : _("Save installation settings"), "steps" : [ @@ -127,6 +131,7 @@ "icon" : "yast-network", ], $[ + "id" : "prepare_for_reboot", // progress stage "label" : _("Prepare system for initial boot"), "steps" : [ @@ -182,6 +187,7 @@ } // merge steps from add-on products +// bnc #438678 stages[0, "steps"] = merge ( WorkflowManager::GetAdditionalFinishSteps("before_chroot"), stages[0, "steps"]:[] -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org