[yast-commit] r66249 - in /branches/SuSE-Code-11-SP2-Branch/yast2: VERSION library/system/src/Initrd.ycp package/yast2.changes
Author: jsrain Date: Wed Oct 5 12:18:40 2011 New Revision: 66249 URL: http://svn.opensuse.org/viewcvs/yast?rev=66249&view=rev Log: removed list of controller modules not to be included in ititrd (bnc#719696) Modified: branches/SuSE-Code-11-SP2-Branch/yast2/VERSION branches/SuSE-Code-11-SP2-Branch/yast2/library/system/src/Initrd.ycp branches/SuSE-Code-11-SP2-Branch/yast2/package/yast2.changes Modified: branches/SuSE-Code-11-SP2-Branch/yast2/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/yast2/VERSION?rev=66249&r1=66248&r2=66249&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/yast2/VERSION (original) +++ branches/SuSE-Code-11-SP2-Branch/yast2/VERSION Wed Oct 5 12:18:40 2011 @@ -1 +1 @@ -2.17.112 +2.17.113 Modified: branches/SuSE-Code-11-SP2-Branch/yast2/library/system/src/Initrd.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/yast2/library/system/src/Initrd.ycp?rev=66249&r1=66248&r2=66249&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/yast2/library/system/src/Initrd.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/yast2/library/system/src/Initrd.ycp Wed Oct 5 12:18:40 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: branches/SuSE-Code-11-SP2-Branch/yast2/package/yast2.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/yast2/package/yast2.changes?rev=66249&r1=66248&r2=66249&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/yast2/package/yast2.changes (original) +++ branches/SuSE-Code-11-SP2-Branch/yast2/package/yast2.changes Wed Oct 5 12:18:40 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.17.113 + +------------------------------------------------------------------- Thu Sep 15 15:23:50 CEST 2011 - mvidner@suse.cz - Added the interface name patterns emN, pN and pNpM. -- 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