[Fai-commit] r3197 - in trunk/examples/simple/scripts: . AMD64
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Thu Jan 5 19:31:54 UTC 2006
Author: lange
Date: 2006-01-05 19:31:52 +0000 (Thu, 05 Jan 2006)
New Revision: 3197
Added:
trunk/examples/simple/scripts/AMD64/
trunk/examples/simple/scripts/AMD64/99-discover-bug
Log:
add workaround script for #343338
Added: trunk/examples/simple/scripts/AMD64/99-discover-bug
===================================================================
--- trunk/examples/simple/scripts/AMD64/99-discover-bug 2006-01-05 19:28:38 UTC (rev 3196)
+++ trunk/examples/simple/scripts/AMD64/99-discover-bug 2006-01-05 19:31:52 UTC (rev 3197)
@@ -0,0 +1,14 @@
+#! /usr/bin/cfengine
+
+# this is a workaround for bug #343338
+
+control:
+ OutputPrefix = ("cfengine")
+ actionsequence = ( editfiles )
+ EditFileSize = ( 30000 )
+
+editfiles:
+ any::
+ { ${target}/etc/discover-modprobe.conf
+ ReplaceAll "^types=.*" With "types="
+ }
Property changes on: trunk/examples/simple/scripts/AMD64/99-discover-bug
___________________________________________________________________
Name: svn:executable
+ *
More information about the Fai-commit
mailing list