From a1daf38b93a711092aacdbe43ad600f142496fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Tue, 10 Dec 2019 15:27:06 +0100 Subject: [PATCH] Add support for Ubuntu Core 20 builds by supporting uc20 models. --- live-build/auto/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index c267028f..b6e31039 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -356,9 +356,12 @@ case $IMAGEFORMAT in xenial) # Ubuntu Core 16 ;; - *) + bionic) # Ubuntu Core 18 MODEL="ubuntu-core-18-${MODEL#pc-}" ;; + *) + # Ubuntu Core 20 + MODEL="ubuntu-core-20-${MODEL#pc-}" ;; esac case "$ARCH+${SUBARCH:-}" in