From fe82ab60f1176e47e0eb9088bf770723d14df040 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Mon, 27 Feb 2017 22:31:13 -0800 Subject: [PATCH] fix the changelog to match the implementation, thanks to Colin for catching --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 723db8a9..c9e23429 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ livecd-rootfs (2.440) UNRELEASED; urgency=medium * live-build/ubuntu-cpc/functions: umount_partition: don't call umount_settle for each submount; just unmount them one by one and settle at the end. - * Support passing IMAGE_FLAVORS in the environment, to limit which images + * Support passing IMAGE_TARGETS in the environment, to limit which images are output as part of a build; particularly useful for ubuntu-cpc builds which output multiple image types.