Merge lp:~rcj/livecd-rootfs/xenial-proposed into lp:~ubuntu-core-dev/livecd-rootfs/xenial-proposed

Proposed by Robert C Jennings
Status: Merged
Merged at revision: 1473
Proposed branch: lp:~rcj/livecd-rootfs/xenial-proposed
Merge into: lp:~ubuntu-core-dev/livecd-rootfs/xenial-proposed
Diff against target: 25 lines (+7/-0)
2 files modified
debian/changelog (+6/-0)
live-build/auto/config (+1/-0)
To merge this branch: bzr merge lp:~rcj/livecd-rootfs/xenial-proposed
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Review via email: mp+357772@code.launchpad.net

Commit message

Disable checksum generation (LP: #1799773)

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2018-10-10 16:09:19 +0000
3+++ debian/changelog 2018-10-24 19:21:31 +0000
4@@ -1,3 +1,9 @@
5+livecd-rootfs (2.408.38ubuntu1) xenial; urgency=medium
6+
7+ * Disable checksum generation (LP: #1799773)
8+
9+ -- Robert C Jennings <robert.jennings@canonical.com> Wed, 24 Oct 2018 14:19:39 -0500
10+
11 livecd-rootfs (2.408.38) xenial; urgency=medium
12
13 * ubuntu-cpc: Handle a pre-existing /lib/modules in 030-root-tarball.hook
14
15=== modified file 'live-build/auto/config'
16--- live-build/auto/config 2018-06-08 16:12:22 +0000
17+++ live-build/auto/config 2018-10-24 19:21:31 +0000
18@@ -682,6 +682,7 @@
19 --initsystem none \
20 --bootloader "$BOOTLOADER" \
21 --initramfs-compression lzma \
22+ --checksums none \
23 --cache false \
24 ${BOOTAPPEND_LIVE:+--bootappend-live "$BOOTAPPEND_LIVE"} \
25 $OPTS \

Subscribers

People subscribed via source and target branches