mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-11 19:31:18 +00:00
Add support for Ubuntu Core 20 builds by supporting uc20 models.
This commit is contained in:
parent
4006326978
commit
a1daf38b93
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user