diff --git a/debian/changelog b/debian/changelog index aafbf887..be908928 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.573) disco; urgency=medium + + * Add languages to live pass + The name of the pass is live and not "ubuntu-live" which is the live pass + default task. + + -- Didier Roche Wed, 20 Mar 2019 17:10:53 +0100 + livecd-rootfs (2.572) disco; urgency=medium * Revert "subiquity: fix name of mdoules.squashfs to mount", debian-cd diff --git a/live-build/auto/config b/live-build/auto/config index a3a819a9..89519ae1 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -540,7 +540,7 @@ case $PROJECT in *) LIVE_TASK='ubuntu-live' add_task install minimal standard ubuntu-desktop - add_task $LIVE_TASK ubuntu-desktop-minimal-default-languages ubuntu-desktop-default-languages + add_task live ubuntu-desktop-minimal-default-languages ubuntu-desktop-default-languages case $ARCH in amd64) add_package live $SIGNED_KERNEL_PACKAGE ;; esac