From 0c3bbd7d9922457ff37362a51b861da98604feb0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lallement Date: Tue, 11 May 2021 15:05:28 +0200 Subject: [PATCH] Use -updates for germinate Some packages are in universe at release time then promoted to the main pocket in -updates during the release lifecycle. These packages should be considered by germinate when the root fs is built (LP: #1921862) Co-authored-by: Didier Roche --- 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 0017e799..1064a7e9 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -588,7 +588,7 @@ esac if ! [ -e config/germinate-output/structure ]; then echo "Running germinate..." (cd config/germinate-output && germinate --no-rdepends --no-installer \ - -S $SEEDMIRROR -m $MIRROR -d $SUITE -s $SEED \ + -S $SEEDMIRROR -m $MIRROR -d $SUITE,$SUITE-updates -s $SEED \ ${COMPONENTS:+-c "$COMPONENTS"} -a $ARCH) fi