mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Remove fwupd from the cloud images. LP: #1981109.
This commit is contained in:
parent
6939cb42d5
commit
3fe7a19c52
6
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user