diff --git a/debian/changelog b/debian/changelog index d16c9d49..21265604 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,16 @@ livecd-rootfs (0.88) UNRELEASED; urgency=low + [ Adam Conrad ] * Make the sort file fetch a no-op for now, since the old URL was hanging the builds, and we don't actually HAVE sort files. If that ever changes, we can undo this. - -- Adam Conrad Wed, 22 Jul 2009 10:22:51 -0600 + [ Mario Limonciello ] + * Install a hybrid of tasks and a meta package for mythbuntu to + boot out all the gnome stuff that's getting added by dependency + resolution order. + + -- Mario Limonciello Thu, 23 Jul 2009 03:07:25 -0500 livecd-rootfs (0.87) karmic; urgency=low diff --git a/livecd.sh b/livecd.sh index 96bf75cb..47285469 100755 --- a/livecd.sh +++ b/livecd.sh @@ -213,8 +213,8 @@ Flags: seen COMP="main restricted universe" ;; mythbuntu) - LIST="$LIST minimal^ standard^ mythbuntu-desktop" - LIVELIST="mythbuntu-live laptop-detect casper lupin-casper" + LIST="$LIST minimal^ standard^ mythbuntu-desktop^ mythbuntu-desktop" + LIVELIST="mythbuntu-live^ laptop-detect casper lupin-casper" COMP="main restricted universe multiverse" ;; base)