From 65d456a43686faaff95168ce3d3b7aa3c64bfae7 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@canonical.com>
Date: Wed, 15 Jun 2011 13:30:40 +0100
Subject: [PATCH] Add Lubuntu support.

---
 debian/changelog       | 1 +
 live-build/auto/config | 6 ++++++
 2 files changed, 7 insertions(+)

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 <cjwatson@ubuntu.com>  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
 		;;