mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 13:21:33 +00:00
Revert lubuntu to using tasks for minimal and standard, since their
unique snowflake apt --no-install-recommends setup breaks switching
This commit is contained in:
parent
1b70734c2f
commit
efe0af3b68
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -2,6 +2,8 @@ livecd-rootfs (2.208.4) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
* Use the correct metapackage for edubuntu-desktop, and add HWE_HINTS
|
* Use the correct metapackage for edubuntu-desktop, and add HWE_HINTS
|
||||||
* Add KUBUNTU_HWE_HINTS and populate to work around task->meta change
|
* Add KUBUNTU_HWE_HINTS and populate to work around task->meta change
|
||||||
|
* Revert lubuntu to using tasks for minimal and standard, since their
|
||||||
|
unique snowflake apt --no-install-recommends setup breaks switching
|
||||||
* Add XUBUNTU_HWE_HINTS and populate to work around task->meta change
|
* Add XUBUNTU_HWE_HINTS and populate to work around task->meta change
|
||||||
|
|
||||||
-- Adam Conrad <adconrad@ubuntu.com> Wed, 04 Feb 2015 04:42:54 -0700
|
-- Adam Conrad <adconrad@ubuntu.com> Wed, 04 Feb 2015 04:42:54 -0700
|
||||||
|
@ -298,7 +298,8 @@ case $PROJECT in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
lubuntu)
|
lubuntu)
|
||||||
add_package install ubuntu-minimal ubuntu-standard lubuntu-desktop
|
add_task install minimal standard
|
||||||
|
add_package install lubuntu-desktop
|
||||||
add_package install $HWE_X_PACKAGES
|
add_package install $HWE_X_PACKAGES
|
||||||
LIVE_TASK='lubuntu-live'
|
LIVE_TASK='lubuntu-live'
|
||||||
LIVE_TASK_FILTER='--not -Pe ^linux-\(headers\|image\|signed\)'
|
LIVE_TASK_FILTER='--not -Pe ^linux-\(headers\|image\|signed\)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user