mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Ensure default langpacks are removed after installation
Add langpacks to live tasks to have them in the ubiquity diff file and thus, purged after installation if not selected. (LP: #1818890)
This commit is contained in:
parent
38bb0b3301
commit
995f3cf9e0
@ -539,7 +539,8 @@ case $PROJECT in
|
||||
;;
|
||||
*)
|
||||
LIVE_TASK='ubuntu-live'
|
||||
add_task install minimal standard ubuntu-desktop ubuntu-desktop-minimal-default-languages ubuntu-desktop-default-languages
|
||||
add_task install minimal standard ubuntu-desktop
|
||||
add_task $LIVE_TASK ubuntu-desktop-minimal-default-languages ubuntu-desktop-default-languages
|
||||
case $ARCH in
|
||||
amd64) add_package live $SIGNED_KERNEL_PACKAGE ;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user