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

Proposed by Robert C Jennings
Status: Merged
Merged at revision: 1688
Proposed branch: lp:~rcj/livecd-rootfs/bionic-proposed
Merge into: lp:~ubuntu-core-dev/livecd-rootfs/bionic-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/bionic-proposed
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Review via email: mp+357769@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
=== modified file 'debian/changelog'
--- debian/changelog 2018-09-20 11:43:39 +0000
+++ debian/changelog 2018-10-24 19:19:01 +0000
@@ -1,3 +1,9 @@
1livecd-rootfs (2.525.9ubuntu1) bionic; urgency=medium
2
3 * Disable checksum generation (LP: #1799773)
4
5 -- Robert C Jennings <robert.jennings@canonical.com> Wed, 24 Oct 2018 13:58:51 -0500
6
1livecd-rootfs (2.525.9) bionic; urgency=medium7livecd-rootfs (2.525.9) bionic; urgency=medium
28
3 * Ensure /lib/modules exists in root tarballs and sqashfs.9 * Ensure /lib/modules exists in root tarballs and sqashfs.
410
=== modified file 'live-build/auto/config'
--- live-build/auto/config 2018-08-27 22:32:07 +0000
+++ live-build/auto/config 2018-10-24 19:19:01 +0000
@@ -839,6 +839,7 @@
839 --initsystem none \839 --initsystem none \
840 --bootloader "$BOOTLOADER" \840 --bootloader "$BOOTLOADER" \
841 ${INITRAMFS_COMPRESSION:+--initramfs-compression "$INITRAMFS_COMPRESSION"} \841 ${INITRAMFS_COMPRESSION:+--initramfs-compression "$INITRAMFS_COMPRESSION"} \
842 --checksums none \
842 --cache false \843 --cache false \
843 ${BOOTAPPEND_LIVE:+--bootappend-live "$BOOTAPPEND_LIVE"} \844 ${BOOTAPPEND_LIVE:+--bootappend-live "$BOOTAPPEND_LIVE"} \
844 $OPTS \845 $OPTS \

Subscribers

People subscribed via source and target branches