Filip Pytloun | 7b48fd2 | 2015-06-30 23:34:01 +0200 | [diff] [blame] | 1 | # This should simulate preseed behavior |
2 | |||||
3 | apt-get -y install curl | ||||
4 | |||||
5 | echo "deb [arch=amd64] http://apt.cloudlab.cz/nightly trusty main cloudlab security" >/etc/apt/sources.list | ||||
6 | curl -s http://apt.cloudlab.cz/public.gpg | apt-key add - | ||||
7 | |||||
8 | apt-get update | ||||
9 | |||||
10 | # Kernel makes no sense in docker, let base.sh know | ||||
11 | touch /tmp/no_install_kernel |