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 ] [ Robert C Jennings ]
* ubuntu-cpc: Remove git-man for minimized images * ubuntu-cpc: Remove git-man for minimized images
* Disable checksum generation
[ Colin Watson ] [ Colin Watson ]
* live-build/auto/config: Drop "lp-*" hostname filter for Launchpad * live-build/auto/config: Drop "lp-*" hostname filter for Launchpad

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

Loading…
Cancel
Save