[yast-commit] r61022 - in /branches/SuSE-Code-11-SP1-Branch/storage: package/yast2-storage.changes storage/src/proposal/partitions_proposal.ycp

Author: aschnell Date: Thu Feb 25 13:02:03 2010 New Revision: 61022 URL: http://svn.opensuse.org/viewcvs/yast?rev=61022&view=rev Log: - fixed proposal workflow on S390 (bnc #583119) Modified: branches/SuSE-Code-11-SP1-Branch/storage/package/yast2-storage.changes branches/SuSE-Code-11-SP1-Branch/storage/storage/src/proposal/partitions_proposal.ycp Modified: branches/SuSE-Code-11-SP1-Branch/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/storag... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/storage/package/yast2-storage.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/storage/package/yast2-storage.changes Thu Feb 25 13:02:03 2010 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Feb 25 13:00:45 CET 2010 - aschnell@suse.de + +- fixed proposal workflow on S390 (bnc #583119) + +------------------------------------------------------------------- Wed Feb 24 17:37:45 CET 2010 - aschnell@suse.de - check availability of smartctl and hdparm (bnc #580905) Modified: branches/SuSE-Code-11-SP1-Branch/storage/storage/src/proposal/partitions_proposal.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/storag... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/storage/storage/src/proposal/partitions_proposal.ycp (original) +++ branches/SuSE-Code-11-SP1-Branch/storage/storage/src/proposal/partitions_proposal.ycp Thu Feb 25 13:02:03 2010 @@ -144,12 +144,7 @@ seq["disk"] = $[ `abort : `abort, `cancel: `cancel, `next: `next ]; - if( Arch::s390() ) - { - Storage::SetPartMode("PROP_MODIFY"); - seq["ws_start"] = "disk"; - } - else if( Mode::autoinst() ) + if( Mode::autoinst() ) { Storage::SetPartMode("PROP_MODIFY"); seq["ws_start"] = "disk"; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org