mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Remove pulseaudio and udisks2 from kassel images. This will fix the image build failures.
This commit is contained in:
parent
5439131162
commit
b4ba74885f
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.604) UNRELEASED; urgency=medium
|
||||
|
||||
* Stop installing the udisks2 and pulseaudio extra snaps for the UC18 kassel
|
||||
subflavor images - those snaps were only needed for internal testing
|
||||
purposes.
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 23 Jul 2019 17:58:05 +0200
|
||||
|
||||
livecd-rootfs (2.603) eoan; urgency=medium
|
||||
|
||||
[ Tobias Koch ]
|
||||
|
@ -360,7 +360,7 @@ case $IMAGEFORMAT in
|
||||
|
||||
case "$ARCH+${SUBARCH:-}" in
|
||||
amd64+kassel)
|
||||
EXTRA_SNAPS="core bluez alsa-utils pulseaudio udisks2"
|
||||
EXTRA_SNAPS="core bluez alsa-utils"
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user