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 <didrocks@ubuntu.com>
This commit is contained in:
Jean-Baptiste Lallement 2021-05-11 15:05:28 +02:00
parent f436352463
commit 0c3bbd7d99

View File

@ -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