From f1bc2409a6d4028c72350560a46c6b89895b974b Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Sat, 8 Nov 2008 09:49:56 -0600 Subject: [PATCH] Import patches-unapplied version 0.74 to ubuntu/jaunty Imported using git-ubuntu import. Changelog parent: fbb827febf813ef525b21ed7973ea33dc6baf0d8 New changelog entries: * For mythbuntu livefs builds, we don't have tasks yet. They will be coming in a future build of Soyuz, so for now just use the metapackages instead. --- debian/changelog | 8 ++++++++ livecd.sh | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1941399f..27be4cb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (0.74) jaunty; urgency=low + + * For mythbuntu livefs builds, we don't have tasks yet. They will be + coming in a future build of Soyuz, so for now just use the + metapackages instead. + + -- Mario Limonciello Sat, 08 Nov 2008 09:49:56 -0600 + livecd-rootfs (0.73) jaunty; urgency=low * Add ubuntu-umpc support (equivalent to previous ubuntu-mobile). diff --git a/livecd.sh b/livecd.sh index 402d2e96..6165d02f 100755 --- a/livecd.sh +++ b/livecd.sh @@ -210,8 +210,8 @@ Flags: seen COMP="main restricted universe multiverse" ;; mythbuntu) - LIST="$LIST minimal^ standard^ mythbuntu-desktop^" - LIVELIST="mythbuntu-live^ laptop-detect casper lupin-casper" + LIST="$LIST minimal^ standard^ mythbuntu-desktop" + LIVELIST="mythbuntu-live laptop-detect casper lupin-casper" COMP="main restricted universe multiverse" ;; base)