f5c1549ebd
There are upstream methods for setting a mirror which are much more flexible, lets just document and point users at them. Change-Id: I442e4695d56086932403fb5893da89ead203c86d
4 lines
340 B
Plaintext
4 lines
340 B
Plaintext
if [ -n "${UBUNTU_MIRROR:-}" ]; then
|
|
echo "DEPRECATED WARNING: Use of apt-mirror element is deprecated. See http://docs.openstack.org/developer/diskimage-builder/elements/ubuntu/README.html and http://docs.openstack.org/developer/diskimage-builder/elements/apt-sources/README.html for alternate methods of setting an ubuntu mirror."
|
|
fi
|