From 199644871f8d29bf619cd3c1773535d030dd539c Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Mon, 20 Feb 2023 11:58:07 +0100 Subject: [PATCH] WSL: do not depend on standard anymore. Evolve the seed to only ship the specific part useful to WSL users. This allows to trim down the image size. Co-authored-by: Jean-Baptiste Lallement --- 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 59fc25a2..35e1cb73 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -928,7 +928,7 @@ case $PROJECT in ;; ubuntu-wsl) - add_task install minimal standard ubuntu-wsl + add_task install minimal ubuntu-wsl OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none" KERNEL_FLAVOURS=none BINARY_REMOVE_LINUX=false