Disable checksum generation

These checksums are unused, integrity checking in launchpad is performed
separately.
ubuntu/cosmic
Robert C Jennings 7 years ago
parent c7bf282875
commit c3f5ee6716

1
debian/changelog vendored

@ -2,6 +2,7 @@ livecd-rootfs (2.533) UNRELEASED; urgency=medium
[ Robert C Jennings ]
* ubuntu-cpc: Remove git-man for minimized images
* Disable checksum generation
[ Colin Watson ]
* live-build/auto/config: Drop "lp-*" hostname filter for Launchpad

@ -795,6 +795,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