Merge ~tsimonq2/ubuntu/+source/livecd-rootfs:ubuntu/jammy-proposed into ubuntu/+source/livecd-rootfs:ubuntu/jammy-proposed

Proposed by Simon Quigley
Status: Needs review
Proposed branch: ~tsimonq2/ubuntu/+source/livecd-rootfs:ubuntu/jammy-proposed
Merge into: ubuntu/+source/livecd-rootfs:ubuntu/jammy-proposed
Diff against target: 37 lines (+18/-0)
2 files modified
debian/changelog (+6/-0)
live-build/auto/config (+12/-0)
Reviewer Review Type Date Requested Status
Steve Langasek (community) Approve
git-ubuntu import Pending
Review via email: mp+427786@code.launchpad.net

Commit message

Manually blacklist DKMS modules for Ubuntu Studio builds (LP: #1983521).

To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) :
review: Approve

Unmerged commits

a3fa0a9... by Simon Quigley

Manually blacklist DKMS modules for Ubuntu Studio builds (LP: #1983521).

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 138a94f..996a5d9 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+livecd-rootfs (2.765.8) jammy; urgency=medium
7+
8+ * Manually blacklist DKMS modules for Ubuntu Studio builds (LP: #1983521).
9+
10+ -- Simon Quigley <tsimonq2@ubuntu.com> Wed, 03 Aug 2022 18:46:23 -0500
11+
12 livecd-rootfs (2.765.7) jammy; urgency=medium
13
14 * Install wpasupplicant by default as for now, most of the RISC-V boards
15diff --git a/live-build/auto/config b/live-build/auto/config
16index 862bb55..8e594f9 100755
17--- a/live-build/auto/config
18+++ b/live-build/auto/config
19@@ -1297,6 +1297,18 @@ exit 0
20 EOF
21 fi
22
23+if [ "$PROJECT" = "ubuntustudio-dvd" ]; then
24+ cat > config/hooks/100-ubuntustudio-dkms.chroot <<EOF
25+#!/bin/bash
26+set -e
27+
28+env DEBIAN_FRONTEND=noninteractive \
29+ apt-get -y autoremove --purge v4l2loopback-dkms v4l2loopback-utils
30+
31+EOF
32+fi
33+chmod +x config/hooks/100-ubuntustudio-dkms.chroot
34+
35 if $BINARY_REMOVE_LINUX; then
36 cat > config/binary_rootfs/excludes << EOF
37 boot/vmlinu?-*

Subscribers

People subscribed via source and target branches