mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 04:37:29 +00:00
Use kernel and X enablement stacks for Mythbuntu amd64/i386 too.
This commit is contained in:
parent
b7ccefc67f
commit
e9bd4113dc
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ livecd-rootfs (2.65.8) UNRELEASED; urgency=low
|
||||
* live-build/auto/config:
|
||||
- Add some manual hints to work around slightly different dependency
|
||||
resolution for metapackages vs. tasks.
|
||||
- Use kernel and X enablement stacks for Mythbuntu amd64/i386 too.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Tue, 15 Jan 2013 17:27:59 +0000
|
||||
|
||||
|
@ -214,9 +214,27 @@ case $PROJECT in
|
||||
;;
|
||||
|
||||
mythbuntu)
|
||||
add_task install minimal standard mythbuntu-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.
|
||||
# This changes dependency resolution
|
||||
# sufficiently that some manual hints are
|
||||
# needed.
|
||||
add_package install ubuntu-minimal ubuntu-standard mythbuntu-desktop notify-osd
|
||||
;;
|
||||
*)
|
||||
add_task install minimal standard mythbuntu-desktop
|
||||
;;
|
||||
esac
|
||||
LIVE_TASK='mythbuntu-live'
|
||||
COMPONENTS='main restricted universe multiverse'
|
||||
case $ARCH in
|
||||
amd64|i386)
|
||||
KERNEL_FLAVOURS=generic-lts-quantal
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
||||
lubuntu)
|
||||
|
Loading…
x
Reference in New Issue
Block a user