Merge lp:~rcj/livecd-rootfs/xenial-proposed

This commit is contained in:
Steve Langasek 2018-11-16 08:37:10 -08:00
commit fef73e9a90
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.408.41) UNRELEASED; urgency=medium
* Disable checksum generation (LP: #1799773)
-- Robert C Jennings <robert.jennings@canonical.com> Wed, 24 Oct 2018 14:19:39 -0500
livecd-rootfs (2.408.40) xenial; urgency=medium
[ Cody Shepherd ]

View File

@ -730,6 +730,7 @@ lb config noauto \
--initsystem none \
--bootloader "$BOOTLOADER" \
--initramfs-compression lzma \
--checksums none \
--cache false \
${BOOTAPPEND_LIVE:+--bootappend-live "$BOOTAPPEND_LIVE"} \
$OPTS \