View | Details | Raw Unified | Return to bug 382208
Collapse All | Expand All

(-)update_proposal.ycp (-1 / +1 lines)
Lines 323-328 Link Here
323
323
324
	    Packages::SelectProduct();
324
	    Packages::SelectProduct();
325
	    Pkg::ActivateSelections ();					// now go through all selected selections and select their packages
325
	    Pkg::ActivateSelections ();					// now go through all selected selections and select their packages
326
	    SelectKernelPackages ();
326
327
327
	    // FATE #301990, Bugzilla #238488
328
	    // FATE #301990, Bugzilla #238488
328
	    // Control the upgrade process better
329
	    // Control the upgrade process better
Lines 331-337 Link Here
331
	    y2milestone ("Update summary: %1", update_sum);
332
	    y2milestone ("Update summary: %1", update_sum);
332
	    Update::unknown_packages = update_sum[`ProblemListSze]:0;
333
	    Update::unknown_packages = update_sum[`ProblemListSze]:0;
333
334
334
	    SelectKernelPackages ();
335
	    list<string> sys_patterns = Packages::ComputeSystemPatternList ();
335
	    list<string> sys_patterns = Packages::ComputeSystemPatternList ();
336
	    foreach (string pat, sys_patterns, {
336
	    foreach (string pat, sys_patterns, {
337
		Pkg::ResolvableInstall (pat, `pattern);
337
		Pkg::ResolvableInstall (pat, `pattern);

Return to bug 382208