diff --git a/debian/changelog b/debian/changelog index f68fbf6e..ecee78cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 15 Jun 2011 10:21:08 +0100 diff --git a/live-build/auto/config b/live-build/auto/config index 82c02459..6251ea52 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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 ;;