From c983df7186cca1d8629484cc0f2623c829878777 Mon Sep 17 00:00:00 2001
From: Oliver Grawert <ogra@ubuntu.com>
Date: Mon, 29 Sep 2008 23:24:15 +0200
Subject: [PATCH] Import patches-unapplied version 0.71 to ubuntu/intrepid

Imported using git-ubuntu import.

Changelog parent: 1f1b49c242c186e792af2db55ca7505f8b6b24f1

New changelog entries:
  * change mobile to use the mobile-mobile task instead of teh metapackage for
    building images
---
 debian/changelog | 7 +++++++
 livecd.sh        | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cbf7d03c..3387b683 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+livecd-rootfs (0.71) intrepid; urgency=low
+
+  * change mobile to use the mobile-mobile task instead of teh metapackage for
+    building images
+
+ -- Oliver Grawert <ogra@ubuntu.com>  Mon, 29 Sep 2008 23:24:15 +0200
+
 livecd-rootfs (0.70) intrepid; urgency=low
 
   * linux-lpia-meta exists, change lpia's kernel back to linux-lpia.
diff --git a/livecd.sh b/livecd.sh
index fec85f5a..066895cc 100755
--- a/livecd.sh
+++ b/livecd.sh
@@ -205,7 +205,7 @@ Flags: seen
         COMP="main restricted universe multiverse"
         ;;
         ubuntu-mobile)
-            LIST="$LIST minimal^ ubuntu-mobile"
+            LIST="$LIST minimal^ mobile-mobile^"
             LIVELIST="casper ubiquity"
             COMP="main restricted universe multiverse"
             ;;