diff --git a/debian/changelog b/debian/changelog index b6254b11..12585019 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ livecd-rootfs (24.04.7) UNRELEASED; urgency=medium + [ Dave Jones ] * Remove more bits related to pre-installed desktop images (LP: #2038098) + [ Jean-Baptiste Lallement ] + * Include -updates when calling germinate. LP: #1921862. + -- Dave Jones Mon, 02 Oct 2023 15:46:06 +0100 livecd-rootfs (24.04.6) noble; urgency=medium diff --git a/live-build/auto/config b/live-build/auto/config index b426dd1e..2a1b084c 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -626,8 +626,8 @@ if ! [ -e config/germinate-output/structure ]; then GERMINATE_ARG="-c $(echo $COMPONENTS | sed -e's/ \+/,/g')" fi (cd config/germinate-output && germinate --no-rdepends --no-installer \ - -S $SEEDMIRROR -m $MIRROR -d $SUITE -s $FLAVOUR.$SUITE \ - $GERMINATE_ARG -a $ARCH) + -S $SEEDMIRROR -m $MIRROR -d $SUITE,$SUITE-updates \ + -s $FLAVOUR.$SUITE $GERMINATE_ARG -a $ARCH) fi case $PROJECT in