3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-04-14 12:41:20 +00:00

Imported 2.573

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2019-03-20 19:26:08 +00:00
parent bded979530
commit c9082e1ed9
2 changed files with 9 additions and 1 deletions
debian
live-build/auto

8
debian/changelog vendored

@ -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 <didrocks@ubuntu.com> 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

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