Commit f1b9924b authored by Georg Koppen's avatar Georg Koppen
Browse files

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.
parent c5f7144e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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