[Fusionforge-commits] r12611 - trunk/tests/scripts

Christian Bayle cbayle at fusionforge.org
Tue Mar 8 16:01:57 CET 2011


Author: cbayle
Date: 2011-03-08 16:01:56 +0100 (Tue, 08 Mar 2011)
New Revision: 12611

Modified:
   trunk/tests/scripts/start_lxc.sh
Log:
add src target


Modified: trunk/tests/scripts/start_lxc.sh
===================================================================
--- trunk/tests/scripts/start_lxc.sh	2011-03-08 14:42:17 UTC (rev 12610)
+++ trunk/tests/scripts/start_lxc.sh	2011-03-08 15:01:56 UTC (rev 12611)
@@ -28,6 +28,13 @@
 				IPMASK=$IPDEBMASK
 				IPGW=$IPDEBGW
 				;;
+			*centos*src*)
+				LXCTEMPLATE=$LXCCOSTEMPLATE
+				IPBASE=$IPCOSBASE
+				VEID=$VEIDSRC
+				IPMASK=$IPCOSMASK
+				IPGW=$IPCOSGW
+				;;
 			*centos*)
 				LXCTEMPLATE=$LXCCOSTEMPLATE
 				IPBASE=$IPCOSBASE




More information about the Fusionforge-commits mailing list