[D-community-commits] r76 - in trunk/fai-config-dir/scripts: . MIPSEL

Holger Levsen h01ger-guest at alioth.debian.org
Sun Mar 25 13:47:07 CET 2007


Author: h01ger-guest
Date: 2007-03-25 12:47:07 +0000 (Sun, 25 Mar 2007)
New Revision: 76

Added:
   trunk/fai-config-dir/scripts/MIPSEL/
   trunk/fai-config-dir/scripts/MIPSEL/10-blacklist-modules
Log:
blacklist usb-modules, thanks to luk for testing

Added: trunk/fai-config-dir/scripts/MIPSEL/10-blacklist-modules
===================================================================
--- trunk/fai-config-dir/scripts/MIPSEL/10-blacklist-modules	2007-03-25 12:43:54 UTC (rev 75)
+++ trunk/fai-config-dir/scripts/MIPSEL/10-blacklist-modules	2007-03-25 12:47:07 UTC (rev 76)
@@ -0,0 +1,18 @@
+#! /usr/sbin/cfagent -f
+
+control:
+   any::
+   actionsequence = ( files directories editfiles )
+   EditFileSize = ( 30000 )
+
+files:
+   any::
+
+editfiles:
+   any::
+	{ ${target}/etc/modprobe.d/blacklist
+	  AppendIfNoSuchLine '# usb modules are not needed on the cobalt raq2'
+	  AppendIfNoSuchLine 'blacklist usbcore'
+	  AppendIfNoSuchLine 'blacklist uhci_hcd'
+	}
+


Property changes on: trunk/fai-config-dir/scripts/MIPSEL/10-blacklist-modules
___________________________________________________________________
Name: svn:executable
   + *




More information about the D-community-commits mailing list