mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 02:41:12 +00:00
Do the same trick as in 2.158 for kubuntu armhf+omap4 too.
This commit is contained in:
parent
703051b93f
commit
a80bcd80d6
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.160) UNRELEASED; urgency=low
|
||||
|
||||
* Do the same trick as in 2.158 for kubuntu armhf+omap4 too.
|
||||
|
||||
-- Iain Lane <iain.lane@canonical.com> Wed, 17 Jul 2013 10:13:06 +0100
|
||||
|
||||
livecd-rootfs (2.159) saucy; urgency=low
|
||||
|
||||
* make touch images source the dbus session address from
|
||||
|
@ -191,7 +191,21 @@ case $PROJECT in
|
||||
;;
|
||||
|
||||
kubuntu|kubuntu-dvd)
|
||||
add_task install minimal standard kubuntu-desktop
|
||||
add_task install minimal standard
|
||||
case "$ARCH+$SUBARCH" in
|
||||
armhf+omap4)
|
||||
# Don't use the task as this drags in the regular X
|
||||
# stack (the metapackage doesn't). We want the
|
||||
# "reverted" one.
|
||||
add_package install kubuntu-desktop \
|
||||
xserver-xorg-core-omap-revert \
|
||||
xserver-xorg-video-omap-revert \
|
||||
xserver-xorg-input-evdev-omap-revert
|
||||
;;
|
||||
*)
|
||||
add_task install kubuntu-desktop
|
||||
;;
|
||||
esac
|
||||
LIVE_TASK='kubuntu-live'
|
||||
COMPONENTS='main restricted universe'
|
||||
add_chroot_hook remove-gnome-icon-cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user