https://bugzilla.novell.com/show_bug.cgi?id=394662 User locilka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=394662#c23 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #23 from Lukas Ocilka <locilka@novell.com> 2008-08-04 05:18:03 MDT --- Index: run_update.ycp =================================================================== --- run_update.ycp (revision 49620) +++ run_update.ycp (working copy) @@ -18,6 +18,7 @@ import "ProductControl"; import "Wizard"; import "Update"; + import "Installation"; // check whether having the packager for ourselves if (! PackageLock::Check ()) @@ -41,6 +42,10 @@ list<map> stage_mode = [$["stage": "normal", "mode": Mode::mode() ]]; ProductControl::AddWizardSteps(stage_mode); + // bnc #394662 + // initialize target ASAP + Pkg::TargetInit (Installation::destdir, true); + symbol ret = ProductControl::Run(); Wizard::CloseDialog (); yast2-update-2.17.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.