Merge "changed release check logic in lvm element"
This commit is contained in:
commit
9ce3358fde
@ -11,7 +11,7 @@ if [ 'ubuntu' != $DISTRO_NAME ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ ! $DIB_RELEASE =~ (xenial|bionic|focal) ]]; then
|
||||
echo "Only xenial/bionic/focal are supported for LVM support. The DIB_RELEASE is set to $DIB_RELEASE"
|
||||
if [[ $DIB_RELEASE =~ trusty ]]; then
|
||||
echo "Trusty release does not have LVM support. The DIB_RELEASE is set to $DIB_RELEASE"
|
||||
exit 1
|
||||
fi
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Allow processing 'jammy' ubuntu release in lvm
|
Loading…
Reference in New Issue
Block a user