live-build/auto/config: Manually add linux-signed-generic-lts-quantal to

Ubuntu/Edubuntu amd64 builds, since nothing deals with updating Task
fields in the archive post-release.
This commit is contained in:
Colin Watson 2012-11-28 16:45:55 +00:00
parent e3a4f1d10f
commit d9a0f4cf37
2 changed files with 22 additions and 0 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.65.3) UNRELEASED; urgency=low
* live-build/auto/config: Manually add linux-signed-generic-lts-quantal to
Ubuntu/Edubuntu amd64 builds, since nothing deals with updating Task
fields in the archive post-release.
-- Colin Watson <cjwatson@ubuntu.com> Wed, 28 Nov 2012 16:44:53 +0000
livecd-rootfs (2.65.2) precise-proposed; urgency=low
* live-build/auto/build: If they exist, link *.efi.signed versions of the

View File

@ -127,6 +127,13 @@ case $PROJECT in
ubuntu|ubuntu-dvd)
add_task install minimal standard ubuntu-desktop
LIVE_TASK='ubuntu-live'
# This should be done automatically, but nothing updates
# tasks post-release at the moment.
case $ARCH in
amd64)
add_package live linux-signed-generic-lts-quantal
;;
esac
;;
kubuntu|kubuntu-dvd)
@ -143,6 +150,13 @@ case $PROJECT in
edubuntu|edubuntu-dvd)
add_task install minimal standard edubuntu-desktop-gnome
LIVE_TASK='edubuntu-live'
# This should be done automatically, but nothing updates
# tasks post-release at the moment.
case $ARCH in
amd64)
add_package live linux-signed-generic-lts-quantal
;;
esac
COMPONENTS='main restricted universe'
;;