[yast-commit] r64172 - /trunk/fcoe-client/src/inst_fcoe-client.ycp
Author: gs Date: Tue May 31 13:52:42 2011 New Revision: 64172 URL: http://svn.opensuse.org/viewcvs/yast?rev=64172&view=rev Log: correct params for PackagesProposal::AddResolvables() Modified: trunk/fcoe-client/src/inst_fcoe-client.ycp Modified: trunk/fcoe-client/src/inst_fcoe-client.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/fcoe-client/src/inst_fcoe-client.ycp?rev=64172&r1=64171&r2=64172&view=diff ============================================================================== --- trunk/fcoe-client/src/inst_fcoe-client.ycp (original) +++ trunk/fcoe-client/src/inst_fcoe-client.ycp Tue May 31 13:52:42 2011 @@ -83,8 +83,9 @@ ret = MainSequence(); y2milestone("MainSequence ret=%1", ret); -// add package open-fcoe to installed system -PackagesProposal::AddResolvables( "open-fcoe"); +// add package open-fcoe to pool that is then used by software proposal +// to propose a selection +PackagesProposal::AddResolvables( "fcoe", `package, ["open-fcoe"] ); // workflow not aborted if ( ret == `next ) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
gs@svn2.opensuse.org