[yast-commit] r66248 - in /trunk/yast2: VERSION library/system/src/Initrd.ycp package/yast2.changes
Author: jsrain Date: Wed Oct 5 12:18:33 2011 New Revision: 66248 URL: http://svn.opensuse.org/viewcvs/yast?rev=66248&view=rev Log: removed list of controller modules not to be included in ititrd (bnc#719696) Modified: trunk/yast2/VERSION trunk/yast2/library/system/src/Initrd.ycp trunk/yast2/package/yast2.changes Modified: trunk/yast2/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/VERSION?rev=66248&r1=66247&r2=66248&view=diff ============================================================================== --- trunk/yast2/VERSION (original) +++ trunk/yast2/VERSION Wed Oct 5 12:18:33 2011 @@ -1 +1 @@ -2.21.23 +2.21.24 Modified: trunk/yast2/library/system/src/Initrd.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/system/src/Initrd.ycp?rev=66248&r1=66247&r2=66248&view=diff ============================================================================== --- trunk/yast2/library/system/src/Initrd.ycp (original) +++ trunk/yast2/library/system/src/Initrd.ycp Wed Oct 5 12:18:33 2011 @@ -138,13 +138,7 @@ modules_to_skip = (list<string>) merge (modules_to_skip, ppc_modules_to_skip); } - // bug 298726 - these modules fail in initrd - list<string> controller_modules_to_skip = [ - "aic94xx", - "qla2xxx", - ]; - modules_to_skip = (list<string>) - merge (modules_to_skip, controller_modules_to_skip); + // currently no disk controller modules are known to fail in initrd (bnc#719696), list removed } return modules_to_skip; } Modified: trunk/yast2/package/yast2.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=66248&r1=66247&r2=66248&view=diff ============================================================================== --- trunk/yast2/package/yast2.changes (original) +++ trunk/yast2/package/yast2.changes Wed Oct 5 12:18:33 2011 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Oct 5 10:21:02 UTC 2011 - jsrain@site + +- removed list of controller modules not to be included in ititrd + (bnc#719696) +- 2.21.24 + +------------------------------------------------------------------- Thu Sep 29 14:54:07 UTC 2011 - lslezak@suse.cz - Service::RunInitScriptWithTimeOut() - fixed memory leak, -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsrain@svn2.opensuse.org