Disable checksum generation (LP: #1799773)

sil2100/backport-datasource-raspi3
Robert C Jennings 6 years ago
parent 96065b96c8
commit d372016933

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.525.9ubuntu1) bionic; urgency=medium
* Disable checksum generation (LP: #1799773)
-- Robert C Jennings <robert.jennings@canonical.com> Wed, 24 Oct 2018 13:58:51 -0500
livecd-rootfs (2.525.9) bionic; urgency=medium
* Ensure /lib/modules exists in root tarballs and sqashfs.

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

Loading…
Cancel
Save