From fa5c2092c73f8a297552b6a8928889075f76df06 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Thu, 19 Nov 2020 16:28:11 +0100 Subject: [PATCH] During the layered build generate the right content for no languages The structure changed as part of bug #1873374 --- live-build/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index 22278d55..e8165b6e 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -218,7 +218,7 @@ remove_packages_from_seed_regexp() { if [ -z "${seed_regexp}" ]; then pass="${1}.no-${2}" _register_pass "$pass" - subtract_package_lists ${2} "" >> config/package-lists/livecd-rootfs.removal-list.chroot_$pass + subtract_package_lists ${2} "desktop-minimal" >> config/package-lists/livecd-rootfs.removal-list.chroot_$pass return fi