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 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" ;;