diff --git a/debian/changelog b/debian/changelog index aa94c190..1406b7d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.80) UNRELEASED; urgency=low + + * Add mobile-live^ to LIVELIST for MID and UNR. + + -- Steve Kowalik Wed, 15 Apr 2009 16:56:51 +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..0c6f18e5 100755 --- a/livecd.sh +++ b/livecd.sh @@ -201,12 +201,12 @@ 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" + LIVELIST="mobile-live^ casper ubiquity" COMP="main restricted universe multiverse" ;; mythbuntu)