[Fai-commit] r6508 - trunk/examples/simple/hooks

Thomas Lange lange at alioth.debian.org
Wed Apr 27 09:01:49 UTC 2011


Author: lange
Date: 2011-04-27 09:01:42 +0000 (Wed, 27 Apr 2011)
New Revision: 6508

Modified:
   trunk/examples/simple/hooks/prepareapt.CENTOS
Log:
add a hint how to disable the fastestmirror plugin


Modified: trunk/examples/simple/hooks/prepareapt.CENTOS
===================================================================
--- trunk/examples/simple/hooks/prepareapt.CENTOS	2011-04-26 19:42:36 UTC (rev 6507)
+++ trunk/examples/simple/hooks/prepareapt.CENTOS	2011-04-27 09:01:42 UTC (rev 6508)
@@ -23,6 +23,9 @@
 
 fcopy -riv /etc/yum.repos.d/
 
+# disable the fastestmirror plugin
+#sed -i -e 's/enabled=1/enabled=0/' $target/etc/yum/pluginconf.d/fastestmirror.conf
+
 skiptask prepareapt
 
 exit $error




More information about the Fai-commit mailing list