mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-16 21:51:18 +00:00
live-build/auto/config: Build Ubuntu and Edubuntu images with X
enablement stack on amd64 and i386 (LP: #1098512). Note that this requires switching those images to be built largely using metapackages rather than tasks.
This commit is contained in:
parent
cb752942f4
commit
d5a98eb099
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
livecd-rootfs (2.65.7) UNRELEASED; urgency=low
|
||||
|
||||
* live-build/auto/config: Build Ubuntu and Edubuntu images with X
|
||||
enablement stack on amd64 and i386 (LP: #1098512). Note that this
|
||||
requires switching those images to be built largely using metapackages
|
||||
rather than tasks.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Fri, 11 Jan 2013 10:36:20 +0000
|
||||
|
||||
livecd-rootfs (2.65.6) precise; urgency=low
|
||||
|
||||
* live-build/auto/build: Use safer code for kernel handling that doesn't
|
||||
|
@ -125,7 +125,18 @@ esac
|
||||
|
||||
case $PROJECT in
|
||||
ubuntu|ubuntu-dvd)
|
||||
add_task install minimal standard ubuntu-desktop
|
||||
case $ARCH in
|
||||
amd64|i386)
|
||||
# We have to use metapackages rather than
|
||||
# tasks, so that the X enablement stack can
|
||||
# be used rather than the normal stack.
|
||||
add_package install ubuntu-minimal ubuntu-standard ubuntu-desktop
|
||||
add_package install xserver-xorg-lts-quantal
|
||||
;;
|
||||
*)
|
||||
add_task install minimal standard ubuntu-desktop
|
||||
;;
|
||||
esac
|
||||
LIVE_TASK='ubuntu-live'
|
||||
# This should be done automatically, but nothing updates
|
||||
# tasks post-release at the moment.
|
||||
@ -153,7 +164,18 @@ case $PROJECT in
|
||||
;;
|
||||
|
||||
edubuntu|edubuntu-dvd)
|
||||
add_task install minimal standard edubuntu-desktop-gnome
|
||||
case $ARCH in
|
||||
amd64|i386)
|
||||
# We have to use metapackages rather than
|
||||
# tasks, so that the X enablement stack can
|
||||
# be used rather than the normal stack.
|
||||
add_package install ubuntu-minimal ubuntu-standard edubuntu-desktop
|
||||
add_package install xserver-xorg-lts-quantal
|
||||
;;
|
||||
*)
|
||||
add_task install minimal standard edubuntu-desktop-gnome
|
||||
;;
|
||||
esac
|
||||
LIVE_TASK='edubuntu-live'
|
||||
# This should be done automatically, but nothing updates
|
||||
# tasks post-release at the moment.
|
||||
|
Loading…
x
Reference in New Issue
Block a user