[yast-commit] r57802 - in /branches/SuSE-Code-11-Branch/pos-installation: VERSION package/yast2-pos-installation.changes src/clients/inst_slepos_detection.ycp
Author: jsuchome Date: Tue Jun 30 16:01:42 2009 New Revision: 57802 URL: http://svn.opensuse.org/viewcvs/yast?rev=57802&view=rev Log: - detection script called directly from y2update directory (bnc#517314) - 2.17.4 Modified: branches/SuSE-Code-11-Branch/pos-installation/VERSION branches/SuSE-Code-11-Branch/pos-installation/package/yast2-pos-installation.changes branches/SuSE-Code-11-Branch/pos-installation/src/clients/inst_slepos_detection.ycp Modified: branches/SuSE-Code-11-Branch/pos-installation/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/pos-installation/VERSION?rev=57802&r1=57801&r2=57802&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/pos-installation/VERSION (original) +++ branches/SuSE-Code-11-Branch/pos-installation/VERSION Tue Jun 30 16:01:42 2009 @@ -1 +1 @@ -2.17.3 +2.17.4 Modified: branches/SuSE-Code-11-Branch/pos-installation/package/yast2-pos-installation.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/pos-installation/package/yast2-pos-installation.changes?rev=57802&r1=57801&r2=57802&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/pos-installation/package/yast2-pos-installation.changes (original) +++ branches/SuSE-Code-11-Branch/pos-installation/package/yast2-pos-installation.changes Tue Jun 30 16:01:42 2009 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Jun 30 11:49:04 CEST 2009 - jsuchome@suse.cz + +- detection script called directly from y2update directory + (bnc#517314) +- 2.17.4 + +------------------------------------------------------------------- Wed May 20 13:47:47 CEST 2009 - jsuchome@suse.cz - full path to slepos scripts Modified: branches/SuSE-Code-11-Branch/pos-installation/src/clients/inst_slepos_detection.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/pos-installation/src/clients/inst_slepos_detection.ycp?rev=57802&r1=57801&r2=57802&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/pos-installation/src/clients/inst_slepos_detection.ycp (original) +++ branches/SuSE-Code-11-Branch/pos-installation/src/clients/inst_slepos_detection.ycp Tue Jun 30 16:01:42 2009 @@ -167,6 +167,10 @@ string get_type_cmd = POSInstallation::get_type_cmd; + // on installed system, find the script in y2update (bnc#517314) + if (Mode::mode () == "installation" && Stage::stage () == "normal") + get_type_cmd = "/y2update/all/" + get_type_cmd; + if (POSInstallation::file_path!= "") get_type_cmd = get_type_cmd + " -f " + POSInstallation::file_path; else if (POSInstallation::dir_path != "") -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn.opensuse.org