Remove fwupd from the cloud images. LP: #1981109.

add-server-hwe
Steve Langasek 2 years ago
parent 6939cb42d5
commit 3fe7a19c52

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.765.12) UNRELEASED; urgency=medium
* Remove fwupd from the cloud images. LP: #1981109.
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 18 Nov 2022 14:50:52 -0800
livecd-rootfs (2.765.11) jammy; urgency=medium
* Rename FK_FORCE_CONTAINER into FK_FORCE as its role was extended to also

@ -91,6 +91,11 @@ if [ -L "${rootd}/boot/initrd.img" ] && [ ! -e "${rootd}/boot/initrd.img" ]; the
rm "${rootd}/boot/initrd.img"
fi
# Recommends of ubuntu-server that should not be included in cloud images by
# default
_xchroot "$rootd" env DEBIAN_FRONTEND=noninteractive \
apt-get -y autoremove --purge fwupd
if [ "${SUBPROJECT:-}" = minimized ]; then
# Remove various packages that we don't want in the minimized images.
# Some of these are tools that don't make sense by default

Loading…
Cancel
Save