Add Lubuntu support.

This commit is contained in:
Colin Watson 2011-06-15 13:30:40 +01:00
parent 835b2be242
commit 65d456a436
2 changed files with 7 additions and 0 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
livecd-rootfs (2.5) UNRELEASED; urgency=low
* Pass correct IMAGEFORMAT through to live-build from BuildLiveCD.
* Add Lubuntu support.
-- Colin Watson <cjwatson@ubuntu.com> Wed, 15 Jun 2011 10:21:08 +0100

View File

@ -100,6 +100,12 @@ case $PROJECT in
COMPONENTS='main restricted universe multiverse'
;;
lubuntu)
add_task install minimal standard lubuntu-desktop
add_task live lubuntu-live
COMPONENTS='main restricted universe multiverse'
;;
base)
add_task install minimal standard
;;