From 1b70734c2f0aa8345c3951f08c039fc98f235d47 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Sat, 14 Feb 2015 01:06:32 -0700 Subject: [PATCH] Add XUBUNTU_HWE_HINTS and populate to work around task->meta change --- debian/changelog | 1 + live-build/auto/config | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 78da5740..3c427f0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 04 Feb 2015 04:42:54 -0700 diff --git a/live-build/auto/config b/live-build/auto/config index f865e5b4..b941d17a 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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'