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>
use-lxd-installer
Jean-Baptiste Lallement 4 years ago
parent f436352463
commit 0c3bbd7d99

@ -588,7 +588,7 @@ esac
if ! [ -e config/germinate-output/structure ]; then if ! [ -e config/germinate-output/structure ]; then
echo "Running germinate..." echo "Running germinate..."
(cd config/germinate-output && germinate --no-rdepends --no-installer \ (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) ${COMPONENTS:+-c "$COMPONENTS"} -a $ARCH)
fi fi

Loading…
Cancel
Save