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
diff --git a/debian/changelog b/debian/changelog
index 138a94f..996a5d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1livecd-rootfs (2.765.8) jammy; urgency=medium
2
3 * Manually blacklist DKMS modules for Ubuntu Studio builds (LP: #1983521).
4
5 -- Simon Quigley <tsimonq2@ubuntu.com> Wed, 03 Aug 2022 18:46:23 -0500
6
1livecd-rootfs (2.765.7) jammy; urgency=medium7livecd-rootfs (2.765.7) jammy; urgency=medium
28
3 * Install wpasupplicant by default as for now, most of the RISC-V boards9 * Install wpasupplicant by default as for now, most of the RISC-V boards
diff --git a/live-build/auto/config b/live-build/auto/config
index 862bb55..8e594f9 100755
--- a/live-build/auto/config
+++ b/live-build/auto/config
@@ -1297,6 +1297,18 @@ exit 0
1297EOF1297EOF
1298fi1298fi
12991299
1300if [ "$PROJECT" = "ubuntustudio-dvd" ]; then
1301 cat > config/hooks/100-ubuntustudio-dkms.chroot <<EOF
1302#!/bin/bash
1303set -e
1304
1305env DEBIAN_FRONTEND=noninteractive \
1306 apt-get -y autoremove --purge v4l2loopback-dkms v4l2loopback-utils
1307
1308EOF
1309fi
1310chmod +x config/hooks/100-ubuntustudio-dkms.chroot
1311
1300if $BINARY_REMOVE_LINUX; then1312if $BINARY_REMOVE_LINUX; then
1301 cat > config/binary_rootfs/excludes << EOF1313 cat > config/binary_rootfs/excludes << EOF
1302boot/vmlinu?-*1314boot/vmlinu?-*

Subscribers

People subscribed via source and target branches