Author: aschnell Date: Mon Oct 4 10:12:45 2010 New Revision: 62528 URL: http://svn.opensuse.org/viewcvs/yast?rev=62528&view=rev Log: - determine instsys flag for libstorage on Stage instead of Mode (see bnc #642567) 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.changes?rev=62528&r1=62527&r2=62528&view=diff ============================================================================== --- trunk/storage/package/yast2-storage.changes (original) +++ trunk/storage/package/yast2-storage.changes Mon Oct 4 10:12:45 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Oct 04 10:05:44 CEST 2010 - aschnell@suse.de + +- determine instsys flag for libstorage on Stage instead of Mode + (see bnc #642567) + +------------------------------------------------------------------- Thu Sep 23 12:33:40 CEST 2010 - aschnell@suse.de - do not allow resizing of VFAT on logical volumes Modified: trunk/storage/storage/src/modules/Storage.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/Storage.ycp?rev=62528&r1=62527&r2=62528&view=diff ============================================================================== --- trunk/storage/storage/src/modules/Storage.ycp (original) +++ trunk/storage/storage/src/modules/Storage.ycp Mon Oct 4 10:12:45 2010 @@ -307,7 +307,7 @@ any env = LibStorage::Environment::new("LibStorage::Environment", readonly); LibStorage::Environment::swig_testmode_set(env, Mode::test()); LibStorage::Environment::swig_autodetect_set(env, !Mode::test()); - LibStorage::Environment::swig_instsys_set(env, Mode::installation() || Mode::repair()); + LibStorage::Environment::swig_instsys_set(env, Stage::initial() || Mode::repair()); integer locker_pid = 0; sint = LibStorage::createStorageInterfacePid(env, locker_pid); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org