diff --git a/debian/changelog b/debian/changelog index e7c8d0bf..4bc4395a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (0.66) intrepid; urgency=low + + * Remove a bunch of seeded packages from ubuntu-mid's LIST. + * Move casper from ubuntu-mid's LIST to LIVELIST. + * Add ubiquity to ubuntu-mid's LIVELIST. + + -- Steve Kowalik Thu, 11 Sep 2008 19:02:52 +1000 + livecd-rootfs (0.65) intrepid; urgency=low * Fiddle the kernel name for lpia. diff --git a/livecd.sh b/livecd.sh index 92f3d44d..22fb998a 100755 --- a/livecd.sh +++ b/livecd.sh @@ -199,8 +199,8 @@ Flags: seen COMP="main" ;; ubuntu-mid) - LIST="$LIST minimal^ ubuntu-mid casper xserver-xorg-input-evtouch usplash" - LIVELIST="" + LIST="$LIST minimal^ ubuntu-mid" + LIVELIST="casper ubiquity" COMP="main restricted universe multiverse" ;; base)