fd5fbdd4b5
This is the new LTS. Change-Id: I42a6c0520dde8be21df396e7c2e6fb5ae55d2025
5 lines
240 B
Bash
5 lines
240 B
Bash
export DISTRO_NAME=ubuntu
|
|
export DIB_RELEASE=${DIB_RELEASE:-xenial}
|
|
export DIB_DEBIAN_COMPONENTS=${DIB_DEBIAN_COMPONENTS:-main,restricted,universe}
|
|
export DIB_DISTRIBUTION_MIRROR=${DIB_DISTRIBUTION_MIRROR:-http://archive.ubuntu.com/ubuntu}
|