From 3097360d84ba8ae62ab69c51a5631554066698d4 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Thu, 12 Oct 2017 12:47:10 +0200 Subject: trainer image: use nereus instead of 10.0.2.2 Since elbe should be run in a container, we need the name. --- lx-trainer-vm/lx-trainer-vm.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lx-trainer-vm/lx-trainer-vm.xml b/lx-trainer-vm/lx-trainer-vm.xml index 057880e..d76d300 100644 --- a/lx-trainer-vm/lx-trainer-vm.xml +++ b/lx-trainer-vm/lx-trainer-vm.xml @@ -100,10 +100,10 @@ - wget http://10.0.2.2/schulung-mirror/releases.linaro.org/components/toolchain/binaries/6.3-2017.05/arm-linux-gnueabihf/gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf.tar.xz + wget http://nereus/schulung-mirror/releases.linaro.org/components/toolchain/binaries/6.3-2017.05/arm-linux-gnueabihf/gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf.tar.xz tar xJf gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf.tar.xz -C /opt rm gcc-linaro-*.tar.xz - wget http://10.0.2.2/schulung-mirror/ftp.fau.de/eclipse/technology/epp/downloads/release/neon/3/eclipse-cpp-neon-3-linux-gtk-x86_64.tar.gz + wget http://nereus/schulung-mirror/ftp.fau.de/eclipse/technology/epp/downloads/release/neon/3/eclipse-cpp-neon-3-linux-gtk-x86_64.tar.gz tar xzf eclipse-cpp-*.tar.gz -C /opt rm eclipse-cpp-*.tar.gz echo 'GRUB_GFXPAYLOAD_LINUX=text' | tee -a /etc/default/grub -- cgit v1.2.3