Author: fehr Date: Wed Feb 27 12:28:13 2008 New Revision: 45072
URL: http://svn.opensuse.org/viewcvs/yast?rev=45072&view=rev Log: allow setting of mountBy to `device
Modified: trunk/storage/package/yast2-storage.changes trunk/storage/storage/src/modules/Storage.ycp
Modified: trunk/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.cha... ============================================================================== --- trunk/storage/package/yast2-storage.changes (original) +++ trunk/storage/package/yast2-storage.changes Wed Feb 27 12:28:13 2008 @@ -2,6 +2,7 @@ Mon Feb 25 17:40:54 CET 2008 - fehr@suse.de
- ignore EVMS containers with erroneous devices (#360075) +- allow setting of mountBy to `device
------------------------------------------------------------------- Tue Feb 19 19:55:06 CET 2008 - fehr@suse.de
Modified: trunk/storage/storage/src/modules/Storage.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/Stora... ============================================================================== --- trunk/storage/storage/src/modules/Storage.ycp (original) +++ trunk/storage/storage/src/modules/Storage.ycp Wed Feb 27 12:28:13 2008 @@ -2661,7 +2661,7 @@ y2milestone( "ChangeVolumeProperties sint ret:%1", ret ); } if( ret==0 && size(part["mount"]:"")>0 && - part["mountby"]:`device != curr["mountby"]:`device ) + part["mountby"]:`id != curr["mountby"]:`id ) { changed = true; tmp = fromSymbol(conv_mountby,part["mountby"]:`device);
yast-commit@lists.opensuse.org