Author: locilka Date: Tue Oct 21 10:25:43 2008 New Revision: 52383 URL: http://svn.opensuse.org/viewcvs/yast?rev=52383&view=rev Log: Added some comments Modified: trunk/installation/src/clients/inst_deploy_image.ycp Modified: trunk/installation/src/clients/inst_deploy_image.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/clients/inst_deploy_image.ycp?rev=52383&r1=52382&r2=52383&view=diff ============================================================================== --- trunk/installation/src/clients/inst_deploy_image.ycp (original) +++ trunk/installation/src/clients/inst_deploy_image.ycp Tue Oct 21 10:25:43 2008 @@ -237,14 +237,18 @@ ); */ +// Stores all states of resolvables ImageInstallation::StoreAllChanges(); +// Reset libzypp Pkg::TargetFinish (); Wizard::SetTitleIcon ("yast-inst-mode"); +// Set where the images will be downloaded SourceManager::InstInitSourceMoveDownloadArea(); +// Deploy the images boolean dep_ret = ImageInstallation::DeployImages (images, Installation::destdir, nil); if (dep_ret == nil) { y2milestone ("Aborting..."); @@ -253,11 +257,13 @@ y2milestone ("Target image for package selector prepared"); +// Load the libzypp state from the system (with images deployed) PackageCallbacks::RegisterEmptyProgressCallbacks(); Pkg::TargetInitialize (Installation::destdir); Pkg::TargetLoad (); PackageCallbacks::RestorePreviousProgressCallbacks(); +// Restore the states stored by StoreAllChanges() ImageInstallation::RestoreAllChanges(); // bnc #395030 -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org