diff --git a/debian/changelog b/debian/changelog index aa94c190..c12d1ece 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (0.80) jaunty; urgency=low + + * Add standard^ to UNR. + * Add mobile-live^ to LIVELIST for MID and UNR. (LP: #358095) + * Only build UNR from main, restricted and universe. + + -- Steve Kowalik Thu, 16 Apr 2009 20:46:30 +1000 + livecd-rootfs (0.79) jaunty; urgency=low * Use the --purge option to 'apt-get install', to ensure that any packages diff --git a/livecd.sh b/livecd.sh index 9942c00e..32289b82 100755 --- a/livecd.sh +++ b/livecd.sh @@ -201,13 +201,13 @@ Flags: seen ;; ubuntu-mid) LIST="$LIST minimal^ mobile-mid^" - LIVELIST="casper ubiquity" + LIVELIST="mobile-live^ casper ubiquity" COMP="main restricted universe multiverse" ;; ubuntu-netbook-remix) - LIST="$LIST minimal^ mobile-netbook-remix^" - LIVELIST="casper ubiquity" - COMP="main restricted universe multiverse" + LIST="$LIST minimal^ standard^ mobile-netbook-remix^" + LIVELIST="mobile-live^ casper ubiquity" + COMP="main restricted universe" ;; mythbuntu) LIST="$LIST minimal^ standard^ mythbuntu-desktop"