blob: 00bd3f889d2460c9495cfb054c51eb10b05da6ff [file] [log] [blame]
# This should simulate preseed behavior
apt-get -y install curl
# Add apt-mk repository
echo "deb [arch=amd64] http://apt-mk.mirantis.com/trusty/ nightly salt" > /etc/apt/sources.list.d/mcp_salt.list
echo "deb [arch=amd64] http://apt-mk.mirantis.com/trusty/ nightly extra" > /etc/apt/sources.list.d/mcp_extra.list
curl -sf http://apt-mk.mirantis.com/public.gpg | apt-key add -
apt-get update
# Kernel makes no sense in docker, let base.sh know
touch /tmp/no_install_kernel