ubuntu-common: Update default DIB_RELEASE to bionic

The ubuntu-minimal README states that the latest Ubuntu LTS
is the default, but currently that is not true. This patch
changes the default to the current LTS.

Change-Id: I10f28314d1a5969c20094194637cfe31219d228c
This commit is contained in:
Jesse Pretorius 2018-09-20 02:06:04 +01:00
parent 30493f7655
commit f4c5326b8e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
export DISTRO_NAME=${DISTRO_NAME:-ubuntu}
export DIB_RELEASE=${DIB_RELEASE:-xenial}
export DIB_RELEASE=${DIB_RELEASE:-bionic}
export DIB_DEBIAN_COMPONENTS=${DIB_DEBIAN_COMPONENTS:-main,universe}
# There are two default distro mirrors depending on architecture