commit | 489edb038599715e32dd81ec8103822f3dbe90e4 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sun Oct 30 18:42:16 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sun Oct 30 18:42:16 2011 -0700 |
tree | 9fd714e5480ff3bb2e02d940a8a4235a3964d5e0 | |
parent | e97a2e79b9ffc6f17721ad4f9a26d06a30bdbad4 [diff] |
don't need bridge
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 @@ unmount_images # Network configuration variables -BRIDGE=${BRIDGE:-br0} GUEST_NETWORK=${GUEST_NETWORK:-1} GUEST_IP=${GUEST_IP:-192.168.$GUEST_NETWORK.50}