Mailinglist Archive: yast-commit (210 mails)

< Previous Next >
[yast-commit] r63474 - in /branches/tmp/jsrain/unattended-migration/autoinstallation: VERSION package/autoyast2.changes src/clients/inst_autosetup_upgrade.ycp
Author: jsrain
Date: Fri Feb 25 12:47:07 2011
New Revision: 63474

URL: http://svn.opensuse.org/viewcvs/yast?rev=63474&view=rev
Log:
do not reread target map if target system is already mounted during upgrade
(bnc#673033)

Modified:
branches/tmp/jsrain/unattended-migration/autoinstallation/VERSION

branches/tmp/jsrain/unattended-migration/autoinstallation/package/autoyast2.changes

branches/tmp/jsrain/unattended-migration/autoinstallation/src/clients/inst_autosetup_upgrade.ycp

Modified: branches/tmp/jsrain/unattended-migration/autoinstallation/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/jsrain/unattended-migration/autoinstallation/VERSION?rev=63474&r1=63473&r2=63474&view=diff
==============================================================================
--- branches/tmp/jsrain/unattended-migration/autoinstallation/VERSION (original)
+++ branches/tmp/jsrain/unattended-migration/autoinstallation/VERSION Fri Feb
25 12:47:07 2011
@@ -1 +1 @@
-2.17.43.0.1
+2.17.43.0.2

Modified:
branches/tmp/jsrain/unattended-migration/autoinstallation/package/autoyast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/jsrain/unattended-migration/autoinstallation/package/autoyast2.changes?rev=63474&r1=63473&r2=63474&view=diff
==============================================================================
---
branches/tmp/jsrain/unattended-migration/autoinstallation/package/autoyast2.changes
(original)
+++
branches/tmp/jsrain/unattended-migration/autoinstallation/package/autoyast2.changes
Fri Feb 25 12:47:07 2011
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Wed Feb 23 08:20:27 CET 2011 - jsrain@xxxxxxx
+
+- do not reread target map if target system is already mounted
+ during upgrade (bnc#673033)
+- 2.17.43.0.2
+
+-------------------------------------------------------------------
Tue Dec 7 14:23:51 CET 2010 - jsrain@xxxxxxx

- adaptations for unattended migration

Modified:
branches/tmp/jsrain/unattended-migration/autoinstallation/src/clients/inst_autosetup_upgrade.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/jsrain/unattended-migration/autoinstallation/src/clients/inst_autosetup_upgrade.ycp?rev=63474&r1=63473&r2=63474&view=diff
==============================================================================
---
branches/tmp/jsrain/unattended-migration/autoinstallation/src/clients/inst_autosetup_upgrade.ycp
(original)
+++
branches/tmp/jsrain/unattended-migration/autoinstallation/src/clients/inst_autosetup_upgrade.ycp
Fri Feb 25 12:47:07 2011
@@ -209,9 +209,9 @@

Progress::NextStage();

- Storage::ReReadTargetMap();
-
if (! (Mode::autoupgrade() && AutoinstConfig::ProfileInRootPart)) {
+ // reread only if target system is not yet initialized (bnc#673033)
+ Storage::ReReadTargetMap();
if (`abort == WFM::CallFunction("inst_update_partition_auto", []))
return `abort;
}

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages