mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 22:28:27 +00:00
Add XUBUNTU_HWE_HINTS and populate to work around task->meta change
This commit is contained in:
parent
97273b7c56
commit
1b70734c2f
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ livecd-rootfs (2.208.4) UNRELEASED; urgency=medium
|
||||
|
||||
* Use the correct metapackage for edubuntu-desktop, and add HWE_HINTS
|
||||
* Add KUBUNTU_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
|
||||
|
||||
|
@ -197,6 +197,7 @@ SIGNED_KERNEL_PACKAGE="linux-signed-generic-lts-utopic"
|
||||
UNITY_HWE_HINTS="unity-settings-daemon notify-osd libqt4-sql-sqlite unity"
|
||||
KUBUNTU_HWE_HINTS="pinentry-qt4 kde-baseapps-bin"
|
||||
EDUBUNTU_HWE_HINTS="gnome-session gnome-terminal"
|
||||
XUBUNTU_HWE_HINTS="lightdm-gtk-greeter unity-settings-daemon-"
|
||||
|
||||
case $PROJECT in
|
||||
ubuntu|ubuntu-dvd)
|
||||
@ -269,7 +270,7 @@ case $PROJECT in
|
||||
;;
|
||||
|
||||
xubuntu)
|
||||
add_package install ubuntu-minimal ubuntu-standard xubuntu-desktop
|
||||
add_package install ubuntu-minimal ubuntu-standard xubuntu-desktop $XUBUNTU_HWE_HINTS
|
||||
add_package install $HWE_X_PACKAGES
|
||||
add_package install xterm
|
||||
LIVE_TASK='xubuntu-live'
|
||||
|
Loading…
x
Reference in New Issue
Block a user