Author: ug Date: Wed Nov 25 15:57:56 2009 New Revision: 59759 URL: http://svn.opensuse.org/viewcvs/yast?rev=59759&view=rev Log: mountby was not cloned correctly (bnc#557759) Modified: branches/SuSE-Code-11-SP1-Branch/autoinstallation/package/autoyast2.changes branches/SuSE-Code-11-SP1-Branch/autoinstallation/src/modules/AutoinstPartition.ycp Modified: branches/SuSE-Code-11-SP1-Branch/autoinstallation/package/autoyast2.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/autoinstallation/package/autoyast2.changes?rev=59759&r1=59758&r2=59759&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/autoinstallation/package/autoyast2.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/autoinstallation/package/autoyast2.changes Wed Nov 25 15:57:56 2009 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Nov 25 15:57:35 CET 2009 - ug@suse.de + +- mountby was not cloned correctly (bnc#557759) + +------------------------------------------------------------------- Mon Nov 23 10:08:12 CET 2009 - ug@suse.de - autoyast=nfs:// falls back to nfs4 if nfs3 mounting fails Modified: branches/SuSE-Code-11-SP1-Branch/autoinstallation/src/modules/AutoinstPartition.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/autoinstallation/src/modules/AutoinstPartition.ycp?rev=59759&r1=59758&r2=59759&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/autoinstallation/src/modules/AutoinstPartition.ycp (original) +++ branches/SuSE-Code-11-SP1-Branch/autoinstallation/src/modules/AutoinstPartition.ycp Wed Nov 25 15:57:56 2009 @@ -193,6 +193,7 @@ global define PartitionT parsePartition( map part ){ PartitionT newPart = new( part["mount"]:"" ); + newPart = set( newPart, "mountby", part["mountby"]:`device ); newPart = set( newPart, "create", part["create"]:true ); newPart = set( newPart, "crypt", part["crypt"]:"" ); newPart = set( newPart, "crypt_fs", part["crypt_fs"]:false); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org