[tbb-commits] [gitian-builder/tor-browser-builder-4] Revert "config-bootstrap-fixup: set default host IP to 10.0.3.1"
gk at torproject.org
gk at torproject.org
Wed Mar 30 08:10:23 UTC 2016
commit f1b9924b8928a8954776d7aa96b669e69849a5a5
Author: Georg Koppen <gk at torproject.org>
Date: Wed Mar 30 08:09:18 2016 +0000
Revert "config-bootstrap-fixup: set default host IP to 10.0.3.1"
KVM does not cope with 10.0.3.1 but needs 10.0.2.2.
---
libexec/config-bootstrap-fixup | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libexec/config-bootstrap-fixup b/libexec/config-bootstrap-fixup
index 616b9b0..61d69b0 100755
--- a/libexec/config-bootstrap-fixup
+++ b/libexec/config-bootstrap-fixup
@@ -2,9 +2,9 @@
wd=`pwd`
-# Default host IP is 10.0.3.1
+# Default host IP is 10.0.2.2
if [ -z "$GITIAN_HOST_IP" ]; then
- GITIAN_HOST_IP=10.0.3.1
+ GITIAN_HOST_IP=10.0.2.2
fi
# Default to host IP if the MIRROR_HOST is not set, or set to 127.0.0.1
More information about the tbb-commits
mailing list