blob: 9ae4add6709f802687d180569eb9436cf7e6d277 [file] [log] [blame]
Filip Pytloun7b48fd22015-06-30 23:34:01 +02001# This should simulate preseed behavior
2
3apt-get -y install curl
4
Filip Pytloun2d3628a2017-10-03 12:22:51 +02005# Add apt repository
6echo "deb [arch=amd64] http://apt.mirantis.com/trusty/ nightly salt" > /etc/apt/sources.list.d/mcp_salt.list
7echo "deb [arch=amd64] http://apt.mirantis.com/trusty/ nightly extra" > /etc/apt/sources.list.d/mcp_extra.list
8curl -sf http://apt.mirantis.com/public.gpg | apt-key add -
Filip Pytloun7b48fd22015-06-30 23:34:01 +02009
10apt-get update
11
12# Kernel makes no sense in docker, let base.sh know
13touch /tmp/no_install_kernel