From deacf3acf69862dd7cc4637329a00f76a04bb7c2 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 16 Apr 2009 20:43:24 +1000 Subject: [PATCH] Only build UNR from main, restricted and universe. --- debian/changelog | 1 + livecd.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d88799dc..0d6df79a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ livecd-rootfs (0.80) UNRELEASED; urgency=low * Add standard^ to UNR. * Add mobile-live^ to LIVELIST for MID and UNR. + * Only build UNR from main, restricted and universe. -- Steve Kowalik Wed, 15 Apr 2009 16:56:51 +1000 diff --git a/livecd.sh b/livecd.sh index d30e2a8d..32289b82 100755 --- a/livecd.sh +++ b/livecd.sh @@ -207,7 +207,7 @@ Flags: seen ubuntu-netbook-remix) LIST="$LIST minimal^ standard^ mobile-netbook-remix^" LIVELIST="mobile-live^ casper ubiquity" - COMP="main restricted universe multiverse" + COMP="main restricted universe" ;; mythbuntu) LIST="$LIST minimal^ standard^ mythbuntu-desktop"