From 2a48564097f5b0ced6942d6379886789c845c00f Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Thu, 22 Mar 2012 12:50:41 -0600 Subject: [PATCH] Add the ubiquity slideshow back to PREINSTALLED images --- debian/changelog | 6 ++++++ live-build/auto/config | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index d8886122..fcde678f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.63) precise; urgency=low + + * Add the ubiquity slideshow back to PREINSTALLED images (LP: #960688) + + -- Adam Conrad Thu, 22 Mar 2012 12:46:18 -0600 + livecd-rootfs (2.62) precise; urgency=low * On Lubuntu and Xubuntu, only use the generic kernel on amd64 and i386. diff --git a/live-build/auto/config b/live-build/auto/config index d7a61ef4..5e4c28e8 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -98,6 +98,7 @@ if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then case $PROJECT in kubuntu*) add_package live oem-config-kde ubiquity-frontend-kde + add_package live ubiquity-slideshow-kubuntu ;; ubuntu-server) add_package live oem-config-debconf ubiquity-frontend-debconf @@ -106,6 +107,7 @@ if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then ;; *) add_package live oem-config-gtk ubiquity-frontend-gtk + add_package live ubiquity-slideshow-ubuntu ;; esac fi