[yast-commit] r57297 - in /trunk/storage: package/yast2-storage.changes storage/src/storage_finish.ycp

Author: aschnell Date: Fri May 22 13:55:13 2009 New Revision: 57297 URL: http://svn.opensuse.org/viewcvs/yast?rev=57297&view=rev Log: - disable adding kernel modules needed for accessing the root filesystem to INITRD_MODULES since mkinited is capable of detecting them on it's own Modified: trunk/storage/package/yast2-storage.changes trunk/storage/storage/src/storage_finish.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 Fri May 22 13:55:13 2009 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri May 22 13:30:28 CEST 2009 - aschnell@suse.de + +- disable adding kernel modules needed for accessing the root + filesystem to INITRD_MODULES since mkinited is capable of + detecting them on it's own + +------------------------------------------------------------------- Wed May 20 15:17:21 CEST 2009 - aschnell@suse.de - removed usedByName from StorageInterface and "used_by" from Modified: trunk/storage/storage/src/storage_finish.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/storage_finis... ============================================================================== --- trunk/storage/storage/src/storage_finish.ycp (original) +++ trunk/storage/storage/src/storage_finish.ycp Fri May 22 13:55:13 2009 @@ -49,10 +49,12 @@ } else if (func == "Write") { +/* list<string> storage_initrdm = (list<string>)Storage::GetRootInitrdModules(); foreach(string m, storage_initrdm, { Initrd::AddModule (m, ""); }); +*/ if( !Mode::update () ) { SCR::Execute (.target.mkdir, Installation::sourcedir); -- 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