mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-15 21:01:47 +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:
|
* live-build/auto/config:
|
||||||
- Add some manual hints to work around slightly different dependency
|
- Add some manual hints to work around slightly different dependency
|
||||||
resolution for metapackages vs. tasks.
|
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
|
-- Colin Watson <cjwatson@ubuntu.com> Tue, 15 Jan 2013 17:27:59 +0000
|
||||||
|
|
||||||
|
@ -214,9 +214,27 @@ case $PROJECT in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
mythbuntu)
|
mythbuntu)
|
||||||
|
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
|
add_task install minimal standard mythbuntu-desktop
|
||||||
|
;;
|
||||||
|
esac
|
||||||
LIVE_TASK='mythbuntu-live'
|
LIVE_TASK='mythbuntu-live'
|
||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
|
case $ARCH in
|
||||||
|
amd64|i386)
|
||||||
|
KERNEL_FLAVOURS=generic-lts-quantal
|
||||||
|
;;
|
||||||
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
lubuntu)
|
lubuntu)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user