3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-04-01 13:21:14 +00:00

Install xubuntu-live for xubuntu, not edubuntu-live (LP: ).

This commit is contained in:
Colin Watson 2011-06-21 17:41:03 +01:00
parent 8556fff3e3
commit fbd336e164
2 changed files with 7 additions and 1 deletions
debian
live-build/auto

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.7) UNRELEASED; urgency=low
* Install xubuntu-live for xubuntu, not edubuntu-live (LP: #800211).
-- Colin Watson <cjwatson@ubuntu.com> Tue, 21 Jun 2011 17:40:07 +0100
livecd-rootfs (2.6) oneiric; urgency=low livecd-rootfs (2.6) oneiric; urgency=low
* '--initramfs none' produces *.packages* outputs rather than *.manifest*; * '--initramfs none' produces *.packages* outputs rather than *.manifest*;

@ -85,7 +85,7 @@ case $PROJECT in
xubuntu) xubuntu)
add_task install minimal standard xubuntu-desktop add_task install minimal standard xubuntu-desktop
add_package install xterm add_package install xterm
add_task live edubuntu-live add_task live xubuntu-live
COMPONENTS='main restricted universe multiverse' COMPONENTS='main restricted universe multiverse'
;; ;;