Fix UC18 amd64+kassel image builds.

This commit is contained in:
Łukasz 'sil2100' Zemczak 2022-01-18 09:53:27 +01:00
parent edc13ece4c
commit 423f540dd8
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.525.57) UNRELEASED; urgency=medium
* Fix UC18 amd64+kassel images by explicitly adding in the core20 snap.
This is now needed after the bluez snap switch its base to core20
(LP: #1958218).
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 18 Jan 2022 09:46:34 +0100
livecd-rootfs (2.525.56) bionic; urgency=medium
[ Jason C. McDonald ]

View File

@ -237,7 +237,7 @@ case $IMAGEFORMAT in
case "$ARCH+${SUBARCH:-}" in
amd64+kassel)
EXTRA_SNAPS="core bluez alsa-utils"
EXTRA_SNAPS="core core20 bluez alsa-utils"
;;
*) ;;
esac