New repository location and components
diff --git a/ubuntu-14.04/http/preseed-lvm.cfg b/ubuntu-14.04/http/preseed-lvm.cfg
index d5bc29f..0bb68ec 100644
--- a/ubuntu-14.04/http/preseed-lvm.cfg
+++ b/ubuntu-14.04/http/preseed-lvm.cfg
@@ -1,6 +1,6 @@
 d-i apt-setup/use_mirror boolean false
-d-i apt-setup/local0/repository string [arch=amd64] http://apt.cloudlab.cz/nightly trusty main cloudlab security
-d-i apt-setup/local0/key string http://apt.cloudlab.cz/public.gpg
+d-i apt-setup/local0/repository string [arch=amd64] http://apt.tcpcloud.eu/nightly trusty main security extra tcp
+d-i apt-setup/local0/key string http://apt.tcpcloud.eu/public.gpg
 
 d-i debian-installer/framebuffer boolean false
 d-i debconf/frontend select noninteractive
diff --git a/ubuntu-14.04/http/preseed.cfg b/ubuntu-14.04/http/preseed.cfg
index adb5924..0da2116 100644
--- a/ubuntu-14.04/http/preseed.cfg
+++ b/ubuntu-14.04/http/preseed.cfg
@@ -1,6 +1,6 @@
 d-i apt-setup/use_mirror boolean false
-d-i apt-setup/local0/repository string [arch=amd64] http://apt.cloudlab.cz/nightly trusty main cloudlab security
-d-i apt-setup/local0/key string http://apt.cloudlab.cz/public.gpg
+d-i apt-setup/local0/repository string [arch=amd64] http://apt.tcpcloud.eu/nightly trusty main security extra tcp
+d-i apt-setup/local0/key string http://apt.tcpcloud.eu/public.gpg
 
 d-i debian-installer/framebuffer boolean false
 d-i debconf/frontend select noninteractive
diff --git a/ubuntu-14.04/scripts/docker.sh b/ubuntu-14.04/scripts/docker.sh
index d773044..ba1beeb 100644
--- a/ubuntu-14.04/scripts/docker.sh
+++ b/ubuntu-14.04/scripts/docker.sh
@@ -2,8 +2,8 @@
 
 apt-get -y install curl
 
-echo "deb [arch=amd64] http://apt.cloudlab.cz/nightly trusty main cloudlab security" >/etc/apt/sources.list
-curl -s http://apt.cloudlab.cz/public.gpg | apt-key add -
+echo "deb [arch=amd64] http://apt.tcpcloud.eu/nightly trusty main security extra tcp" >/etc/apt/sources.list
+curl -s http://apt.tcpcloud.eu/public.gpg | apt-key add -
 
 apt-get update