Author: jsrain Date: Thu Sep 30 10:49:54 2010 New Revision: 62507 URL: http://svn.opensuse.org/viewcvs/yast?rev=62507&view=rev Log: - forgotten commit - get the profile properly in case of upgrade (bnc#642275) Modified: branches/tmp/jsrain/unattended-migration/autoinstallation/src/modules/AutoinstConfig.ycp Modified: branches/tmp/jsrain/unattended-migration/autoinstallation/src/modules/AutoinstConfig.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/jsrain/unattended-migration/autoinstallation/src/modules/AutoinstConfig.ycp?rev=62507&r1=62506&r2=62507&view=diff ============================================================================== --- branches/tmp/jsrain/unattended-migration/autoinstallation/src/modules/AutoinstConfig.ycp (original) +++ branches/tmp/jsrain/unattended-migration/autoinstallation/src/modules/AutoinstConfig.ycp Thu Sep 30 10:49:54 2010 @@ -165,6 +165,11 @@ // global boolean RebootMsg = false; + // + // AutoYaST profile is stored in the root partition (for upgrade) + // + global boolean ProfileInRootPart = false; + // // remote profile (invented for pre-probing of s390) @@ -326,7 +331,7 @@ */ global define void AutoinstConfig () ``{ - if (Mode::autoinst ()) + if (Mode::autoinst () || Mode::autoupgrade ()) { any autoinstall = SCR::Read(.etc.install_inf.AutoYaST); if (autoinstall != nil && is ( autoinstall , string ) ) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org