diff --git a/debian/changelog b/debian/changelog index 6eb04635..695e49b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.711) UNRELEASED; urgency=medium + + * auto/config: when running with PROPOSED=1, enable -proposed for all the + components we listed as required and not just the default set (main, + restricted). + + -- Ɓukasz 'sil2100' Zemczak Fri, 29 Jan 2021 01:33:07 +0100 + livecd-rootfs (2.710) hirsute; urgency=medium * esp: install grub in ubuntu bootloader id path, instead of removable. diff --git a/live-build/auto/config b/live-build/auto/config index b8c6e7ab..20bfd048 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -1166,7 +1166,7 @@ if [ "$PROPOSED" ]; then . config/bootstrap cat > config/archives/proposed.list.chroot << EOF -deb $LB_PARENT_MIRROR_BINARY_VOLATILE $SUITE-proposed $LB_PARENT_ARCHIVE_AREAS +deb $LB_PARENT_MIRROR_BINARY_VOLATILE $SUITE-proposed ${COMPONENTS:-${LB_PARENT_ARCHIVE_AREAS}} EOF cp -a config/archives/proposed.list.chroot \ config/archives/proposed.list.binary