mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-01 14:31:11 +00:00
Fix UC18 amd64+kassel image builds.
This commit is contained in:
parent
edc13ece4c
commit
423f540dd8
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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 ]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user