From 1a57e69fcf4a6e6d7f856ff912f6502a9677f096 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 11 Sep 2008 19:02:52 +1000 Subject: [PATCH] Import patches-unapplied version 0.66 to ubuntu/intrepid Imported using git-ubuntu import. Changelog parent: 09576cc9e4a834cda5d484e629d242f967f04e0f New changelog entries: * 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. --- debian/changelog | 8 ++++++++ livecd.sh | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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)