mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 11:51:11 +00:00
Attempt manual removal.
This commit is contained in:
parent
b19cbd50af
commit
bd2839a928
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.765.48) UNRELEASED; urgency=medium
|
||||
|
||||
* Fix previous attempt by removing the package from the task list manually.
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Fri, 06 Sep 2024 14:53:42 +0200
|
||||
|
||||
livecd-rootfs (2.765.47) jammy; urgency=medium
|
||||
|
||||
* Explicitly remove v4l2loopback packages to workaround issue with tasks
|
||||
|
@ -824,8 +824,10 @@ case $PROJECT in
|
||||
ubuntustudio-dvd)
|
||||
add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography
|
||||
# To work around the fact that v4l2loopback-dkms is still pulled in (via tasks) even though no longer present in the seeds
|
||||
# Fixes build failure
|
||||
remove_package install v4l2loopback-utils v4l2loopback-dkms
|
||||
# Fixes build failure (LP: #2079803)
|
||||
# We need to do it by hand as we can't use remove_package here
|
||||
sed -i '/v4l2loopback-utils/d' config/package-lists/livecd-rootfs.list.chroot_install
|
||||
sed -i '/v4l2loopback-dkms/d' config/package-lists/livecd-rootfs.list.chroot_install
|
||||
COMPONENTS='main restricted universe multiverse'
|
||||
case $ARCH in
|
||||
amd64|i386) KERNEL_FLAVOURS='lowlatency-hwe-22.04' ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user