mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 22:07:10 +00:00
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:
parent
f436352463
commit
0c3bbd7d99
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user