diff --git a/debian/changelog b/debian/changelog index 72f7cec9..cfa0b760 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 23 Jul 2019 17:58:05 +0200 + livecd-rootfs (2.603) eoan; urgency=medium [ Tobias Koch ] diff --git a/live-build/auto/config b/live-build/auto/config index 4c7a1f1e..83a6f791 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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