mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-12 03:11:40 +00:00
Remove fwupd from the cloud images. LP: #1981109.
This commit is contained in:
parent
abcfabdbc0
commit
941cd3c64a
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ livecd-rootfs (2.771) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
* Drop support for building i386 images aside from the launchpad builder
|
* Drop support for building i386 images aside from the launchpad builder
|
||||||
images.
|
images.
|
||||||
|
* Remove fwupd from the cloud images. LP: #1981109.
|
||||||
|
|
||||||
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 25 Jul 2022 12:49:28 -0700
|
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 25 Jul 2022 12:49:28 -0700
|
||||||
|
|
||||||
|
@ -91,6 +91,11 @@ if [ -L "${rootd}/boot/initrd.img" ] && [ ! -e "${rootd}/boot/initrd.img" ]; the
|
|||||||
rm "${rootd}/boot/initrd.img"
|
rm "${rootd}/boot/initrd.img"
|
||||||
fi
|
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
|
if [ "${SUBPROJECT:-}" = minimized ]; then
|
||||||
# Remove various packages that we don't want in the minimized images.
|
# Remove various packages that we don't want in the minimized images.
|
||||||
# Some of these are tools that don't make sense by default
|
# Some of these are tools that don't make sense by default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user