From 13a30494ac41b81a39272a8b327729487f974b71 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Wed, 11 May 2016 17:28:27 +0200 Subject: failed attempt to get proxy to work properly :-/ If telling d-i to go via the proxy, it fails to get all files at the first attempt, and needs one to hit "Retry" after which it works. This was an attempt to force a DNS request prior to the http requests in the hope that it would make sure the network is ready -- didn't help --- hosts/jenkins-test-vm/etc/hosts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hosts/jenkins-test-vm/etc/hosts diff --git a/hosts/jenkins-test-vm/etc/hosts b/hosts/jenkins-test-vm/etc/hosts new file mode 100644 index 00000000..290742db --- /dev/null +++ b/hosts/jenkins-test-vm/etc/hosts @@ -0,0 +1,9 @@ +127.0.0.1 localhost +46.16.73.145 jenkins-test-vm + +10.2.1.1 local-http-proxy + +# The following lines are desirable for IPv6 capable hosts +::1 localhost ip6-localhost ip6-loopback +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters -- cgit v1.2.3-70-g09d2