mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-14 12:41:20 +00:00
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:
parent
e3a4f1d10f
commit
d9a0f4cf37
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
|
||||
|
@ -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'
|
||||
;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user