diff --git a/debian/changelog b/debian/changelog index 16b8d012..c8b9a3e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.408.38ubuntu1) xenial; urgency=medium + + * Disable checksum generation (LP: #1799773) + + -- Robert C Jennings Wed, 24 Oct 2018 14:19:39 -0500 + livecd-rootfs (2.408.38) xenial; urgency=medium * ubuntu-cpc: Handle a pre-existing /lib/modules in 030-root-tarball.hook diff --git a/live-build/auto/config b/live-build/auto/config index 2e7c2e25..baa05ddd 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -682,6 +682,7 @@ lb config noauto \ --initsystem none \ --bootloader "$BOOTLOADER" \ --initramfs-compression lzma \ + --checksums none \ --cache false \ ${BOOTAPPEND_LIVE:+--bootappend-live "$BOOTAPPEND_LIVE"} \ $OPTS \