From 489edb038599715e32dd81ec8103822f3dbe90e4 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Sun, 30 Oct 2011 18:42:16 -0700 Subject: [PATCH] don't need bridge --- tools/build_libvirt.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/build_libvirt.sh b/tools/build_libvirt.sh index 1bf99f9..2a1bc80 100755 --- a/tools/build_libvirt.sh +++ b/tools/build_libvirt.sh @@ -156,7 +156,6 @@ cd $TOP_DIR unmount_images # Network configuration variables -BRIDGE=${BRIDGE:-br0} GUEST_NETWORK=${GUEST_NETWORK:-1} GUEST_IP=${GUEST_IP:-192.168.$GUEST_NETWORK.50}