[Fusionforge-commits] r12445 - trunk/tests/lxc

Christian Bayle cbayle at fusionforge.org
Mon Feb 28 22:27:06 CET 2011


Author: cbayle
Date: 2011-02-28 22:27:06 +0100 (Mon, 28 Feb 2011)
New Revision: 12445

Modified:
   trunk/tests/lxc/Makefile
Log:
Don't setup nameserver


Modified: trunk/tests/lxc/Makefile
===================================================================
--- trunk/tests/lxc/Makefile	2011-02-28 21:19:03 UTC (rev 12444)
+++ trunk/tests/lxc/Makefile	2011-02-28 21:27:06 UTC (rev 12445)
@@ -55,10 +55,10 @@
 	sh -c "echo \"	address $(IPDEBBASE).$(VEIDDEB)\" >> $(VMROOT)/rootfs/etc/network/interfaces" ; \
 	sh -c "echo \"	netmask 255.255.255.0\" >> $(VMROOT)/rootfs/etc/network/interfaces" ; \
 	sh -c "echo \"	gateway $(IPDEBBASE).1\" >> $(VMROOT)/rootfs/etc/network/interfaces" ; \
-	sh -c "echo \"	dns-nameservers $(IPDEBDNS)\" >> $(VMROOT)/rootfs/etc/network/interfaces" ; \
 	)
 
 netstaticdns: beroot
+	#sh -c "echo \"	dns-nameservers $(IPDEBDNS)\" >> $(VMROOT)/rootfs/etc/network/interfaces" ; \
 	#sh -c "echo \"	dns-search $(IPDEBDOMAIN)\" >> $(VMROOT)/rootfs/etc/network/interfaces" ; \
 	#
 




More information about the Fusionforge-commits mailing list