add xenial minimal flags
This commit is contained in:
parent
6222e56ee4
commit
7ad096bd5b
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -598,7 +598,7 @@ code="${code:-$VERSION_ID}"
|
||||||
code="${code,,}"
|
code="${code,,}"
|
||||||
verbose "Validating dist-code: ${dist}-${code}"
|
verbose "Validating dist-code: ${dist}-${code}"
|
||||||
case "${dist}-${code}" in
|
case "${dist}-${code}" in
|
||||||
ubuntu-16.04|ubuntu-xenial)
|
ubuntu-16.04|ubuntu-xenial|ubuntu-xenial_docker_minimal)
|
||||||
code="xenial"
|
code="xenial"
|
||||||
is_ubuntu_dist=true
|
is_ubuntu_dist=true
|
||||||
is_ubuntu_xenial=true
|
is_ubuntu_xenial=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue