[yast-commit] r60133 - in /trunk/autoinstallation: package/autoyast2.changes src/include/autopart.ycp
Author: aschnell Date: Wed Dec 16 18:46:51 2009 New Revision: 60133 URL: http://svn.opensuse.org/viewcvs/yast?rev=60133&view=rev Log: - adapted encryption password setting to new yast2-storage Modified: trunk/autoinstallation/package/autoyast2.changes trunk/autoinstallation/src/include/autopart.ycp Modified: trunk/autoinstallation/package/autoyast2.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/package/autoyast2.changes?rev=60133&r1=60132&r2=60133&view=diff ============================================================================== --- trunk/autoinstallation/package/autoyast2.changes (original) +++ trunk/autoinstallation/package/autoyast2.changes Wed Dec 16 18:46:51 2009 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Dec 16 18:44:20 CET 2009 - aschnell@suse.de + +- adapted encryption password setting to new yast2-storage + +------------------------------------------------------------------- Wed Nov 25 15:55:10 CET 2009 - ug@suse.de - mountby was not cloned correctly (bnc#557759) Modified: trunk/autoinstallation/src/include/autopart.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/include/autopart.ycp?rev=60133&r1=60132&r2=60133&view=diff ============================================================================== --- trunk/autoinstallation/src/include/autopart.ycp (original) +++ trunk/autoinstallation/src/include/autopart.ycp Wed Dec 16 18:46:51 2009 @@ -461,7 +461,7 @@ { //p["loop_fs"] = solution["partitions",pindex,"crypt_fs"]:false; p["enc_type"] = solution["partitions",pindex,"enc_type"]:`twofish; - Storage::UpdateClassified( p["device"]:"", + Storage::SetCryptPwd( p["device"]:"", solution["partitions",pindex,"crypt_key"]:"" ); //p["crypt"] = solution["partitions",pindex,"crypt"]:"twofish256"; } @@ -582,7 +582,7 @@ { //part["loop_fs"] = solution["partitions",pindex,"crypt_fs"]:false; part["enc_type"] = solution["partitions",pindex,"enc_type"]:`twofish; - Storage::UpdateClassified( part["device"]:"", + Storage::SetCryptPwd( part["device"]:"", solution["partitions",pindex,"crypt_key"]:"" ); //part["crypt"] = solution["partitions",pindex,"crypt"]:"twofish256"; } -- 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