From 34dd1fb2f47f85615bdcfae519292eaf784784a8 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Thu, 4 Jan 2018 14:37:02 +0100 Subject: [PATCH 1/2] Revert to building minimized and not minimimized images with the same ~2.2 GiB size --- live-build/auto/config | 5 ----- 1 file changed, 5 deletions(-) diff --git a/live-build/auto/config b/live-build/auto/config index 4f3304b2..1faf049b 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -717,11 +717,6 @@ echo "SUBPROJECT=\"${SUBPROJECT:-}\"" >> config/chroot echo "LB_BINARY_HOOKS=\"$BINARY_HOOKS\"" >> config/binary echo "BUILDSTAMP=\"$NOW\"" >> config/binary echo "SUBPROJECT=\"${SUBPROJECT:-}\"" >> config/binary -if [ "${SUBPROJECT:-}" = minimized ]; then - # try building minimized images in a 1GiB image but still allow overriding - # IMAGE_SIZE in lb build - echo 'IMAGE_SIZE=${IMAGE_SIZE:-'$((1024*1024*1024))'}' >> config/binary -fi case $ARCH+$SUBARCH in armhf+raspi2) From c85549a2d74fc595962d334551c86fe4bb808709 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Thu, 4 Jan 2018 14:38:27 +0100 Subject: [PATCH 2/2] Update changelog --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 22f5fd29..c2afb8bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.489) UNRELEASED; urgency=medium + + * Revert to building minimized and not minimimized images with the same + ~2.2 GiB size + + -- Balint Reczey Thu, 04 Jan 2018 14:37:51 +0100 + livecd-rootfs (2.488) bionic; urgency=medium * Enable systemd-networkd by default for live-server installs.